From 617fb2c1a061b53bd85f54ee8f3e4944d54dc9db Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 13 Nov 2018 22:35:37 +0100 Subject: Add anchors in ci yaml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It eases foctorizing between releng (1 multijob only) and functest jjbs. Change-Id: I72deb86d155a1da7e0d8bf0f76992e7b6dd6cfad Signed-off-by: Cédric Ollivier (cherry picked from commit 5a846fceeeb61b8586ab28f1d48322434cdb67a4) --- ci/gate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/gate.yaml') diff --git a/ci/gate.yaml b/ci/gate.yaml index 1abfc67ac..58f1fd6b5 100644 --- a/ci/gate.yaml +++ b/ci/gate.yaml @@ -33,7 +33,7 @@ -t {repo}/functest-{container}:{tag} . - project: - name: '{repo}-functest-{container}-{tag}-build' + name: repo-functest-container-tag-build container: - core - tempest @@ -78,7 +78,7 @@ <<: *functest-projectparameters - project: - name: '{repo}-functest-{tag}-build' + name: repo-functest-tag-build jobs: - '{repo}-functest-{tag}-build' @@ -106,6 +106,6 @@ - name: '{repo}-functest-features-{tag}-run' - project: - name: '{repo}-functest-{tag}-gate' + name: repo-functest-tag-gate jobs: - '{repo}-functest-{tag}-gate' -- cgit 1.2.3-korg