summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-03-17 12:27:51 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-03-17 13:51:52 +0100
commit74e5672b65b823e3e800eecb42de49409192d653 (patch)
tree057336b5db0e65e842d39025c8a6f18954333888 /jjb/sdc
parent5064177c488d39a18cf8e4c93279c2117810b620 (diff)
Add jobs for sdc-helm-validator
Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I9349042233864cf5543945889030dc7965eeb9d8
Diffstat (limited to 'jjb/sdc')
-rw-r--r--jjb/sdc/sdc-sdc-helm-validator.yaml61
1 files changed, 61 insertions, 0 deletions
diff --git a/jjb/sdc/sdc-sdc-helm-validator.yaml b/jjb/sdc/sdc-sdc-helm-validator.yaml
index 7e92f6b8a..dcd017036 100644
--- a/jjb/sdc/sdc-sdc-helm-validator.yaml
+++ b/jjb/sdc/sdc-sdc-helm-validator.yaml
@@ -12,3 +12,64 @@
build-node: centos7-builder-2c-1g
jobs:
- gerrit-info-yaml-verify
+
+- project:
+ name: sdc-sdc-helm-validator
+ project-name: 'sdc-sdc-helm-validator'
+ java-version: openjdk11
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - gerrit-maven-stage:
+ sign-artifacts: true
+ build-node: centos7-docker-8c-8g
+ maven-versions-plugin: true
+ mvn-goals: 'clean deploy'
+ - gerrit-maven-docker-stage:
+ build-node: ubuntu1804-docker-8c-8g
+ maven-versions-plugin: true
+ mvn-goals: 'clean install -P docker'
+ container-public-registry: 'nexus3.onap.org:10001'
+ container-staging-registry: 'nexus3.onap.org:10003'
+ - '{project-name}-gerrit-release-jobs':
+ build-node: centos7-docker-8c-8g
+ project: 'sdc/sdc-helm-validator'
+ mvn-settings: 'sdc-sdc-helm-validator-settings'
+ stream:
+ - 'master':
+ branch: 'master'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1804-docker-8c-8g
+
+
+- project:
+ name: sdc-sdc-helm-validator-sonar
+ java-version: openjdk11
+ jobs:
+ - gerrit-maven-sonar
+ sonarcloud: true
+ sonarcloud-project-organization: '{sonarcloud_project_organization}'
+ sonarcloud-api-token: '{sonarcloud_api_token}'
+ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
+ sonar-mvn-goal: '{sonar_mvn_goal}'
+ cron: '@daily'
+ build-node: ubuntu1804-docker-8c-8g
+ project: 'sdc/sdc-helm-validator'
+ project-name: 'sdc-sdc-helm-validator'
+ branch: 'master'
+ mvn-settings: 'sdc-sdc-helm-validator-settings'
+ mvn-params: '-Dsonar.branch={branch}'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m'
+
+- project:
+ name: sdc-sdc-helm-validator-clm
+ java-version: openjdk11
+ jobs:
+ - gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
+ project: 'sdc/sdc-helm-validator'
+ project-name: 'sdc-sdc-helm-validator'
+ branch: 'master'
+ mvn-settings: 'sdc-sdc-helm-validator-settings'