diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-26 11:30:11 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-26 14:50:32 +0200 |
commit | 890bc75c29ef98fe2eb0dd8e456ad6eafa9d26a1 (patch) | |
tree | 8bf915e8cac575fbc12418f51e4e811110e36044 /ci/daily.yaml | |
parent | 381a70d86ce49bd55b298042dc11cb16f9710d82 (diff) |
Avoid duplicating jjb names
It allows loading functest and functest-kubernetes jjbs in one
Jenkins.
Change-Id: Ia52e84583bc25aad0d1508096b536cbd5585d261
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r-- | ci/daily.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml index 8c1dd6830..2ae1b68c2 100644 --- a/ci/daily.yaml +++ b/ci/daily.yaml @@ -1,19 +1,19 @@ --- - job-template: - name: '{repo}-{container}-{tag}-pull' + name: '{repo}-functest-{container}-{tag}-pull' builders: - - shell: docker pull {repo}/{container}:{tag} + - shell: docker pull {repo}/functest-{container}:{tag} - project: - name: '{repo}-{container}-{tag}-pull' + name: '{repo}-functest-{container}-{tag}-pull' container: - - functest-healthcheck - - functest-smoke - - functest-components - - functest-vnf - - functest-features + - healthcheck + - smoke + - components + - vnf + - features jobs: - - '{repo}-{container}-{tag}-pull' + - '{repo}-functest-{container}-{tag}-pull' - job-template: name: '{repo}-functest-{tag}-pull' |