From 190035ec71f8d2b973fd2da0605525ebd8155cfe Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 8 Dec 2020 17:38:05 +0100 Subject: Remove refstack_[platform,compute] from airship testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RefStack asks for Router testing and forbids skipping any test. As the feature is missing on purpose there is nothing wrong to skip refstack_compute and refstack_platform. All this single tests are verified by tempest_full, tempest_slow and tempest_scenario anyway which allow skipping tests. Change-Id: I425fd3d71eababde0aca20f158a4217ca3ec99a8 Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 2f152b8fe..823f1dbfa 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -474,12 +474,8 @@ <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-rally_sanity-run' <<: *airship-jobs - - name: 'airship-opnfv-functest-smoke-{tag}-refstack_compute-run' - <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-refstack_object-run' <<: *airship-jobs - - name: 'airship-opnfv-functest-smoke-{tag}-refstack_platform-run' - <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-tempest_full-run' <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-tempest_scenario-run' -- cgit 1.2.3-korg