diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-21 15:48:08 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-03-21 15:48:08 -0700 |
commit | d8f58e50ad1b1566abdd688241a2069899d72f77 (patch) | |
tree | d326b3e8725e4fb4ef2f988ffe467ca7426da684 /jjb | |
parent | 4385da1e36d4c1357a8ccc4bbd9bcef7ef359f73 (diff) |
Restore amsterdam build job for demo repo
ETE Robot suites in amsterdam still have dependencies
on staging artifacts, which have disappeared from the
staging repos. Restore the amsterdam jobs so that
we can re-create these artifacts and release them.
Also remove obsolete release-1.0.0 jobs.
Change-Id: If7afb3be03b11c17c8908ec40ed8afeebd77d0d6
Issue-ID: INT-406
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/demo/demo.yaml | 4 | ||||
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index 1560589dc..0eb89c899 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -13,8 +13,8 @@ stream: - 'master': branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' + - 'amsterdam': + branch: 'amsterdam' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 3687e9801..d5875a258 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -15,6 +15,4 @@ stream: - 'master': branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' mvn-settings: 'testsuite-python-testing-utils-settings' |