Commit Graph

6 Commits

Author SHA1 Message Date
Davlet Panech 84a11278ee Fix github mirroring for this repo
Updating the rsa ssh host key based on:
https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/

Note: In the future, StarlingX should have a zuul job and
secret setup for all repos so we do not need to do this
for every repo.

Needed to rename the secret, because zuul fails if like-named
secrets have diffent values in different branches of the same
repo.

Partial-Bug: #2015246
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Id49ac1759f1532783f7aca4bc12d092a6af2b778
2023-04-28 12:38:49 -04:00
Bin Qian 508b15d3c4 Adding job to upload commits to GitHub
Add job to publish containers repo to GitHub

Change-Id: I6b500881aaaddddf548f9121166ecd42cd3d5f61
Story: 2007252
Task: 38692
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2020-02-06 15:00:45 -05:00
Sun Austin 7c748292c4 Fix linters issues and enable tox/zuul linters job as gate
Fix below issues:
    E003 Indent not multiple of 4
    E011 Then keyword is not on same line as if or elif keyword
    E020: Function declaration not in format "^function name {$":
          'function check_all_explicit_deps_installed'

add ignore in tox env
    E006 Line too long
    E010: Do not on same line as command
Change-Id: I13fb83452324c0db74c485f304827a6c9aacf9ae
Story: 2003370
Task: 24431
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-09-05 22:42:11 +08:00
Dean Troyer d1259788be Remove non-voting gate job
Change-Id: I13ca67cc6eaca761863a2fa336f5fd22e22158ef
2018-06-29 14:33:19 -05:00
Dean Troyer 415a6a041e Update tests to new default
Change-Id: I3b94013d779bf1b934775b4ee1cec11a94635577
2018-06-08 20:09:47 -05:00
Dean Troyer 5c1927274f Add basic test framework
test-requirements.txt - install bashate
tox.ini - bashate and a do-nothing target
.zuul.yaml - non-voting bashate job

Change-Id: I35ff6063568518a3994441cc3eadbd4896f25d64
2018-06-08 12:58:39 -05:00