From 9d724fe46a32c564f8297544a5634ccb9ccdc61c Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 3 Feb 2021 15:05:54 +0100 Subject: Introduce a new profile for second verify job This is a new profile for jenkins so that the second verify job can be executed in parallel (all the integration tests) Issue-ID: SDC-3465 Signed-off-by: sebdet Change-Id: I903f9731a5479c78ad8000dbf050ddf72311b5c9 --- integration-tests/pom.xml | 9 +++++++++ pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 949b326a94..98d827d04c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -832,4 +832,13 @@ limitations under the License. + + + all-for-integration-tests-only + + true + false + + + diff --git a/pom.xml b/pom.xml index 75b9413df0..e7a4f08bb9 100644 --- a/pom.xml +++ b/pom.xml @@ -168,6 +168,7 @@ Modifications copyright (c) 2018-2019 Nokia 1C true + false 1.35 @@ -522,6 +523,7 @@ Modifications copyright (c) 2018-2019 Nokia ${surefire.forkCount} ${surefire.reuseForks} methods + ${surefire.skip.tests} @@ -585,6 +587,29 @@ Modifications copyright (c) 2018-2019 Nokia integration-tests + + all-for-integration-tests-only + + true + true + + + onboarding + common-app-logging + common-app-api + common-be + catalog-dao + catalog-model + catalog-be + catalog-be-plugins + asdctool + catalog-ui + catalog-fe + sdc-os-chef + utils/webseal-simulator + integration-tests + + skip-integration-tests -- cgit 1.2.3-korg