summaryrefslogtreecommitdiffstats
path: root/ci/daily.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-26 11:30:11 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-08-27 21:11:38 +0200
commit8d896c9529c7711b86cdc963b26a14c22688f12e (patch)
tree99868dd55185463f27bca975d06c3e8e6c994dfe /ci/daily.yaml
parent0ca6df5099fd237ebd21cec31ff6db0733e0ac95 (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> (cherry picked from commit 890bc75c29ef98fe2eb0dd8e456ad6eafa9d26a1)
Diffstat (limited to 'ci/daily.yaml')
-rw-r--r--ci/daily.yaml20
1 files changed, 10 insertions, 10 deletions
diff --git a/ci/daily.yaml b/ci/daily.yaml
index ee6afb26d..3d6e99f38 100644
--- a/ci/daily.yaml
+++ b/ci/daily.yaml
@@ -1,20 +1,20 @@
---
- 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
- - functest-parser
+ - healthcheck
+ - smoke
+ - components
+ - vnf
+ - features
+ - parser
jobs:
- - '{repo}-{container}-{tag}-pull'
+ - '{repo}-functest-{container}-{tag}-pull'
- job-template:
name: '{repo}-functest-{tag}-pull'