From 890bc75c29ef98fe2eb0dd8e456ad6eafa9d26a1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 26 Aug 2018 11:30:11 +0200 Subject: Avoid duplicating jjb names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows loading functest and functest-kubernetes jjbs in one Jenkins. Change-Id: Ia52e84583bc25aad0d1508096b536cbd5585d261 Signed-off-by: Cédric Ollivier --- ci/daily.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ci/daily.yaml') 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' -- cgit 1.2.3-korg