Update SDC jobs to run tests with Helm Validator 16/121716/1
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Mon, 7 Jun 2021 11:29:42 +0000 (13:29 +0200)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Mon, 7 Jun 2021 11:29:42 +0000 (13:29 +0200)
Issue-ID: SDC-3185
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I687be8918361b8143d18de294239153438819d2e

jjb/sdc/sdc-csit.yaml
jjb/sdc/sdc.yaml

index c4fcc36..714aa77 100644 (file)
@@ -5,7 +5,7 @@
           - '{project-name}-{stream}-verify-java':
                 # this build is integration test only - CSIT (Verify 2/2)
                 mvn-goals: clean install
-                mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
+                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-with-helm-validator'
                 build-node: 'ubuntu1804-docker-8c-16g'
                 archive-artifacts: >
                     **/*.log
index 0fa71be..a40e240 100644 (file)
@@ -35,7 +35,7 @@
           build-node: 'ubuntu1804-docker-8c-16g'
           docker-pom: 'pom.xml'
           mvn-profile: 'docker'
-          mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
+          mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -P integration-tests-with-helm-validator'
           # running everything (unit tests and integration tests in a single job for merge, as we don't need // run
           # for merge, but still saving integration tests results and report.
           archive-artifacts: >