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 --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'pom.xml') 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