diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-07 13:29:42 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-06-07 13:29:42 +0200 |
commit | accdf43513c493ae11569c6cc36662c67f03ed28 (patch) | |
tree | 104afc98b40d880a507cbc18896b7df35cf39f77 /jjb/sdc | |
parent | 51359048292cc07e32092c4e1d9b2993f97f0892 (diff) |
Update SDC jobs to run tests with Helm Validator
Issue-ID: SDC-3185
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I687be8918361b8143d18de294239153438819d2e
Diffstat (limited to 'jjb/sdc')
-rw-r--r-- | jjb/sdc/sdc-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/sdc/sdc.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index c4fcc36a3..714aa7712 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -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 diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 0fa71bef1..a40e24019 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -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: > |