summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-27 20:57:37 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-27 21:09:15 +0100
commit74d117bf8fac8d2059f04d07d8b2c58c62d7f2e1 (patch)
treea147aad6a79229e168644c2600dcf309d95c032e /jjb
parent8b84ec83ce8725ad94a4f16c1e5d61f0558711d2 (diff)
Generate functest.yaml to verify OS master
Change-Id: If39c18e0b9f5578b0e42b6e57cec10474d0fec5f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/functest.yaml16
1 files changed, 11 insertions, 5 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 9afa64ba3..7f64de2b1 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -10,10 +10,6 @@
tag:
- latest:
branch: master
- - hunter:
- branch: stable/hunter
- - gambia:
- branch: stable/gambia
- parameter:
name: functest-slave
@@ -98,9 +94,12 @@
fi
sudo docker run --rm \
-v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \
- -e EXTERNAL_NETWORK=public1 \
+ -e EXTERNAL_NETWORK=public \
-v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \
-v /home/opnfv/functest/images:/home/opnfv/functest/images \
+ -v /home/opnfv/functest/tempest_blacklist.yaml:\
+ /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/\
+ tempest/custom_tests/blacklist.yaml \ \
$image run_tests -t {test}
res=$?
gsutil -m cp -r $WORKSPACE/ \
@@ -298,6 +297,7 @@
test:
- tempest_full
- tempest_scenario
+ - rally_full
jobs:
- 'functest-{repo}-{container}-{tag}-{test}-run'
@@ -440,6 +440,8 @@
<<: *functest-jobs
- name: 'functest-opnfv-functest-components-{tag}-tempest_scenario-run'
<<: *functest-jobs
+ - name: 'functest-opnfv-functest-components-{tag}-rally_full-run'
+ <<: *functest-jobs
- multijob:
name: opnfv/functest-vnf:{tag}
projects:
@@ -725,6 +727,8 @@
<<: *functest-jobs
- name: 'functest-opnfv-functest-components-{tag}-tempest_scenario-run'
<<: *functest-jobs
+ - name: 'functest-opnfv-functest-components-{tag}-rally_full-run'
+ <<: *functest-jobs
- multijob:
name: opnfv/functest-vnf:{tag}
projects:
@@ -910,6 +914,8 @@
<<: *functest-jobs
- name: 'functest-opnfv-functest-components-{tag}-tempest_scenario-run'
<<: *functest-jobs
+ - name: 'functest-opnfv-functest-components-{tag}-rally_full-run'
+ <<: *functest-jobs
- multijob:
name: opnfv/functest-vnf:{tag}
projects: