From dc5130b7cd4419fca33d6e89b5e0a7caf350b859 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 27 Nov 2019 11:08:06 +0100 Subject: Add CNTT-related tempest_scenario and tempest_slow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I12e71e7c9694c9e3403d2847c292f3dcd943b518 Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jjb/airship') diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index eb57300c4..66f889c0c 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -311,6 +311,8 @@ - tempest_keystone - rally_sanity - tempest_full + - tempest_scenario + - tempest_slow jobs: - 'cntt-{repo}-{container}-{tag}-{test}-run' @@ -456,6 +458,10 @@ <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_full-run' <<: *cntt-jobs + - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_scenario-run' + <<: *cntt-jobs + - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_slow-run' + <<: *cntt-jobs - multijob: name: opnfv/functest-benchmarking:{functest_tag} condition: ALWAYS @@ -610,6 +616,10 @@ <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_full-run' <<: *cntt-jobs + - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_scenario-run' + <<: *cntt-jobs + - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_slow-run' + <<: *cntt-jobs - multijob: name: opnfv/functest-benchmarking:{functest_tag} projects: -- cgit