summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-06-28 21:36:36 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-06-28 20:37:15 +0000
commit7fb1b60fb10efe52f545b6dad246c8dad6057bac (patch)
tree95b6d493b9aee0392a51fedadb1f5d8429d63f77 /jjb/sdc
parent39eb610eda1c28a54d16cc2bdbff905d2d66c0af (diff)
[SDC] Introduce new profiles to run IT separately
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I36b5d99c0554261d943b94af751e9c4c008341cc Issue-ID: SDC-4553
Diffstat (limited to 'jjb/sdc')
-rw-r--r--jjb/sdc/sdc-csit.yaml4
1 files changed, 2 insertions, 2 deletions
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