From ba48a39d65c472deff98d6b0df4c3e92e4b28870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 5 Oct 2019 08:46:38 +0200 Subject: [PATCH] Run Shaker and VNFs in Airship gates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit VM can now reach Internet and then they pass successfully [1]. [1] https://build.opnfv.org/ci/view/airship/job/airship-latest-daily/8/ Change-Id: I2564837f5441f116634ce8a23885ce30224fe79a Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 9e88ed641..49ea4fa92 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -527,6 +527,23 @@ projects: - name: 'airship-opnfv-functest-benchmarking-{tag}-vmtp-run' <<: *airship-jobs + - name: 'airship-opnfv-functest-benchmarking-{tag}-shaker-run' + <<: *airship-jobs + - multijob: + name: opnfv/functest-vnf:{functest_tag} + condition: ALWAYS + execution-type: SEQUENTIALLY + projects: + - name: 'airship-opnfv-functest-vnf-{tag}-cloudify-run' + <<: *airship-jobs + - name: 'airship-opnfv-functest-vnf-{tag}-cloudify_ims-run' + <<: *airship-jobs + - name: 'airship-opnfv-functest-vnf-{tag}-heat_ims-run' + <<: *airship-jobs + - name: 'airship-opnfv-functest-vnf-{tag}-vyos_vrouter-run' + <<: *airship-jobs + - name: 'airship-opnfv-functest-vnf-{tag}-juju_epc-run' + <<: *airship-jobs - project: name: 'airship' -- 2.16.6