summaryrefslogtreecommitdiffstats
path: root/ci/gate.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-13 22:35:37 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-13 23:01:53 +0100
commit617fb2c1a061b53bd85f54ee8f3e4944d54dc9db (patch)
treeb0445f9065b071b3b4c2e584cf24d9adc4e8ae03 /ci/gate.yaml
parent66b16cde6176ec1d05ca7399a819e1efb7b5f242 (diff)
Add anchors in ci yaml files
It eases foctorizing between releng (1 multijob only) and functest jjbs. Change-Id: I72deb86d155a1da7e0d8bf0f76992e7b6dd6cfad Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 5a846fceeeb61b8586ab28f1d48322434cdb67a4)
Diffstat (limited to 'ci/gate.yaml')
-rw-r--r--ci/gate.yaml6
1 files changed, 3 insertions, 3 deletions
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'