diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-10 08:54:30 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-10 09:00:06 +0100 |
commit | 368adda8beebcf81166a1a51d9190f837c6ee554 (patch) | |
tree | 7d6ba20441636c2cb1bde59009624487c4b3c848 | |
parent | 2258bf4966ebba11e9ae16689af15c055eabc9d1 (diff) |
Build new functest-smoke-cntt containers
[1] has been backported to Jerma, Iruya and Hunter.
[1] https://gerrit.opnfv.org/gerrit/c/functest/+/68668
Change-Id: I4c7f58a1a07791bf37c0b35d55b61a41fe5c6566
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest-docker.yaml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/jjb/functest/functest-docker.yaml b/jjb/functest/functest-docker.yaml index 001509441..8685ea4b3 100644 --- a/jjb/functest/functest-docker.yaml +++ b/jjb/functest/functest-docker.yaml @@ -43,12 +43,6 @@ image: 'tempest' - stream: 'jerma' image: 'tempest' - - stream: 'jerma' - image: 'smoke-cntt' - - stream: 'iruya' - image: 'smoke-cntt' - - stream: 'hunter' - image: 'smoke-cntt' # settings for jobs run in multijob phases build-job-settings: &build-job-settings @@ -159,10 +153,6 @@ <<: *build-job-settings - name: 'functest-vnf-docker-build-arm64-{stream}' <<: *build-job-settings - - name: 'functest-smoke-cntt-docker-build-amd64-{stream}' - <<: *build-job-settings - - name: 'functest-smoke-cntt-docker-build-arm64-{stream}' - <<: *build-job-settings - multijob: name: 'publish all manifests' condition: SUCCESSFUL @@ -176,6 +166,20 @@ <<: *manifest-job-settings - name: 'functest-vnf-docker-manifest-{stream}' <<: *manifest-job-settings + - multijob: + name: 'build all functest cntt images' + condition: SUCCESSFUL + execution-type: PARALLEL + projects: + - name: 'functest-smoke-cntt-docker-build-amd64-{stream}' + <<: *build-job-settings + - name: 'functest-smoke-cntt-docker-build-arm64-{stream}' + <<: *build-job-settings + - multijob: + name: 'publish all cntt manifests' + condition: SUCCESSFUL + execution-type: PARALLEL + projects: - name: 'functest-smoke-cntt-docker-manifest-{stream}' <<: *manifest-job-settings |