summaryrefslogtreecommitdiffstats
path: root/ci/gate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/gate.yaml')
-rw-r--r--ci/gate.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/ci/gate.yaml b/ci/gate.yaml
index 278ecb778..a6e38d4da 100644
--- a/ci/gate.yaml
+++ b/ci/gate.yaml
@@ -36,12 +36,12 @@
name: '{repo}-{container}-{tag}-build'
container:
- functest-core
- - functest-tempest
- functest-healthcheck
- functest-smoke
- functest-components
- functest-vnf
- functest-features
+ - functest-parser
jobs:
- '{repo}-{container}-{tag}-build'
@@ -56,11 +56,6 @@
- name: '{repo}-functest-core-{tag}-build'
<<: *projectparameters
- multijob:
- name: build functest-tempest
- projects:
- - name: '{repo}-functest-tempest-{tag}-build'
- <<: *projectparameters
- - multijob:
name: build all remaining contrainers
projects:
- name: '{repo}-functest-healthcheck-{tag}-build'
@@ -73,6 +68,8 @@
<<: *projectparameters
- name: '{repo}-functest-features-{tag}-build'
<<: *projectparameters
+ - name: '{repo}-functest-parser-{tag}-build'
+ <<: *projectparameters
- project:
name: '{repo}-functest-{tag}-build'
@@ -100,6 +97,7 @@
- name: '{repo}-functest-components-{tag}-run'
- name: '{repo}-functest-vnf-{tag}-run'
- name: '{repo}-functest-features-{tag}-run'
+ - name: '{repo}-functest-parser-{tag}-run'
- project:
name: '{repo}-functest-{tag}-gate'