From 7fb1b60fb10efe52f545b6dad246c8dad6057bac Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 28 Jun 2023 21:36:36 +0100 Subject: [SDC] Introduce new profiles to run IT separately Signed-off-by: Vasyl Razinkov Change-Id: I36b5d99c0554261d943b94af751e9c4c008341cc Issue-ID: SDC-4553 --- jjb/sdc/sdc-csit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/sdc') diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index fcc43dc3a..2320c1410 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -7,7 +7,7 @@ subproject: ui mvn-goals: clean install # yamllint disable-line rule:line-length - mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only,integration-tests-ui-with-helm-validator" + mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,fast-build,run-integration-tests-ui" build-node: "ubuntu1804-docker-8c-16g" archive-artifacts: > **/*.log @@ -21,7 +21,7 @@ subproject: api mvn-goals: clean install # yamllint disable-line rule:line-length - mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only,integration-tests-api-with-helm-validator" + mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,fast-build,run-integration-tests-api" build-node: "ubuntu1804-docker-8c-16g" archive-artifacts: > **/*.log -- cgit 1.2.3-korg