From: mboukhalfa Date: Tue, 10 Jan 2023 06:55:24 +0000 (+0200) Subject: Skip integration in feature jjb X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=b7e3f5cad5fcfa512bc08bc7c44b5ac1ea215f8d;p=infra%2Fcicd.git Skip integration in feature jjb Change-Id: I91793d0565ea7276cd29490d5b9c4f0d27fb4acf --- diff --git a/jjb/metal3/job_capm3_e2e_tests.yml b/jjb/metal3/job_capm3_e2e_tests.yml index 2cf506a13..b169e3c79 100644 --- a/jjb/metal3/job_capm3_e2e_tests.yml +++ b/jjb/metal3/job_capm3_e2e_tests.yml @@ -79,8 +79,8 @@ description: 'Tests using the e2e framework.' - string: name: GINKGO_SKIP - default: "upgrade" - description: 'Skip the e2e upgrade test' + default: "upgrade integration" + description: 'Skip non feature e2e test' properties: - build-discarder: diff --git a/jjb/metal3/job_capm3_main_e2e_ephemeral_tests.yml b/jjb/metal3/job_capm3_main_e2e_ephemeral_tests.yml index 36a625834..36e2f93ae 100644 --- a/jjb/metal3/job_capm3_main_e2e_ephemeral_tests.yml +++ b/jjb/metal3/job_capm3_main_e2e_ephemeral_tests.yml @@ -83,8 +83,8 @@ description: 'Select the e2e test in ephemeral cluster' - string: name: GINKGO_SKIP - default: "upgrade" - description: 'Skip the e2e upgrade test' + default: "upgrade integration" + description: 'Skip non feature e2e test' properties: - build-discarder: diff --git a/jjb/metal3/job_capm3_main_e2e_tests.yml b/jjb/metal3/job_capm3_main_e2e_tests.yml index 1a0916056..ed9f09d2b 100644 --- a/jjb/metal3/job_capm3_main_e2e_tests.yml +++ b/jjb/metal3/job_capm3_main_e2e_tests.yml @@ -83,8 +83,8 @@ description: 'Tests using the e2e framework.' - string: name: GINKGO_SKIP - default: "upgrade" - description: 'Skip the e2e upgrade test' + default: "upgrade integration" + description: 'Skip non feature e2e test' properties: - build-discarder: diff --git a/jjb/metal3/job_keep_capm3_e2e_tests.yml b/jjb/metal3/job_keep_capm3_e2e_tests.yml index 8d39a0a3b..5d80035ab 100644 --- a/jjb/metal3/job_keep_capm3_e2e_tests.yml +++ b/jjb/metal3/job_keep_capm3_e2e_tests.yml @@ -83,8 +83,8 @@ description: 'Whether tester VM should be deleted or not by the end of the test' - string: name: GINKGO_SKIP - default: "upgrade" - description: 'Skip the e2e upgrade test' + default: "upgrade integration" + description: 'Skip non feature e2e test' properties: - build-discarder: