diff options
author | 2019-10-22 21:54:38 +0200 | |
---|---|---|
committer | 2019-10-22 21:55:38 +0200 | |
commit | f8d88e79d7d84e247202a52a854150f3a2dd3183 (patch) | |
tree | 0a3c089cc2e39918859709175e0d0e91c2364964 /jjb/airship | |
parent | 2e7105fe7f67ec98b375368424ddc567e4c95497 (diff) |
Precise the scenario in Airship and CNTT-RI jjbs
Change-Id: Iaa26c646525d65450adea50231a9d3d4f7b000da
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/airship.yaml | 1 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 320de9295..69f5beb7e 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -66,6 +66,7 @@ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ -e DEBUG=True \ -e EXTERNAL_NETWORK=public \ + -e DEPLOY_SCENARIO=os-nosdn-nofeature-ha \ -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_conf.yaml:/usr/lib/python2.7/\ diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index c01ded1e6..dd2d6ee17 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -66,6 +66,7 @@ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ -e DEBUG=True \ -e EXTERNAL_NETWORK=public \ + -e DEPLOY_SCENARIO=os-nosdn-nofeature-ha \ -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_conf.yaml:/usr/lib/python2.7/\ |