summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-14 10:48:09 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-14 10:48:09 +0100
commitc6f55934877797facb11dc79c684a9fc37ebeeba (patch)
treef207bd583fe53778e76a90ab445431d294fbce27 /jjb/functest/functest.yaml
parent958b9ea782ad7b8c6fbde821ed2e00eca031bbda (diff)
Build functest-tempest if hutner and iruya
Change-Id: Ic1def3037a3a5f474e9ba8a497a0425d6233e8af Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 52b1fe9cc..feb574732 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -816,6 +816,21 @@
- 'functest-{repo}-{container}-{tag}-gate'
- project:
+ name: functest-opnfv-functest-tempest-{tag}-gate
+ <<: *functest-params
+ container: functest-tempest
+ ref_arg: BRANCH
+ path: docker/tempest
+ exclude:
+ - {'tag': 'latest'}
+ - {'tag': 'leguer'}
+ - {'tag': 'kali'}
+ - {'tag': 'jerma'}
+ - {'tag': 'iruya'}
+ jobs:
+ - 'functest-{repo}-{container}-{tag}-gate'
+
+- project:
name: functest-opnfv-functest-healthcheck-{tag}-gate
<<: *functest-params
container: functest-healthcheck
@@ -955,6 +970,11 @@
- name: 'functest-opnfv-functest-core-{tag}-gate'
<<: *functest-jobs
- multijob:
+ name: build opnfv/functest-tempest
+ projects:
+ - name: 'functest-opnfv-functest-tempest-{tag}-gate'
+ <<: *functest-jobs
+ - multijob:
name: build containers
projects:
- name: 'functest-opnfv-functest-healthcheck-{tag}-gate'
@@ -1175,6 +1195,21 @@
- 'functest-{repo}-{container}-{tag}-build'
- project:
+ name: functest-opnfv-functest-tempest-{tag}-build
+ <<: *functest-params
+ container: functest-tempest
+ ref_arg: BRANCH
+ path: docker/tempest
+ exclude:
+ - {'tag': 'latest'}
+ - {'tag': 'leguer'}
+ - {'tag': 'kali'}
+ - {'tag': 'jerma'}
+ - {'tag': 'iruya'}
+ jobs:
+ - 'functest-{repo}-{container}-{tag}-build'
+
+- project:
name: functest-opnfv-functest-healthcheck-{tag}-build
<<: *functest-params
container: functest-healthcheck
@@ -1263,6 +1298,11 @@
- name: 'functest-opnfv-functest-core-{tag}-build'
<<: *functest-jobs
- multijob:
+ name: build opnfv/functest-tempest
+ projects:
+ - name: 'functest-opnfv-functest-tempest-{tag}-build'
+ <<: *functest-jobs
+ - multijob:
name: build containers
projects:
- name: 'functest-opnfv-functest-healthcheck-{tag}-build'