diff options
Diffstat (limited to 'ci/gate.yaml')
-rw-r--r-- | ci/gate.yaml | 6 |
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' |