From accdf43513c493ae11569c6cc36662c67f03ed28 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Mon, 7 Jun 2021 13:29:42 +0200 Subject: [PATCH] Update SDC jobs to run tests with Helm Validator Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek Change-Id: I687be8918361b8143d18de294239153438819d2e --- jjb/sdc/sdc-csit.yaml | 2 +- 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: > -- 2.16.6