diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2021-03-09 13:07:58 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2021-03-09 13:07:58 +0100 |
commit | 04b922f6d9602324c6556ef2ff5e81d29abe496e (patch) | |
tree | d2a33e7d8c62fc2f9d426b5dc75667c7f802b2a3 /jjb/integration/simulators/nf-simulator | |
parent | f077442c42763cd02ec0d9547b6b084bcfd2a6cf (diff) |
Add CI jobs for ves client project
Issue-ID: INT-1869
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: I1cd0055f9dc759c02daa7acf1db70f889863017f
Diffstat (limited to 'jjb/integration/simulators/nf-simulator')
-rw-r--r-- | jjb/integration/simulators/nf-simulator/integration-ves-client-nf-simulator.yaml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/jjb/integration/simulators/nf-simulator/integration-ves-client-nf-simulator.yaml b/jjb/integration/simulators/nf-simulator/integration-ves-client-nf-simulator.yaml new file mode 100644 index 000000000..b523801a5 --- /dev/null +++ b/jjb/integration/simulators/nf-simulator/integration-ves-client-nf-simulator.yaml @@ -0,0 +1,66 @@ +--- +- project: + name: integration-simulators-nf-simulator-ves-client + project-name: 'integration-simulators-nf-simulator-ves-client' + 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 + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-8c-8g + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' + mvn-goals: 'clean install -P docker' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g + + project: 'integration/simulators/nf-simulator/ves-client' + stream: + - 'master': + branch: 'master' + mvn-settings: 'integration-simulators-nf-simulator-ves-client-settings' + # due to a strange macro / variable translation problem this needs + # to be passed as a string block to properly get the properties + # correctly defined in the job + maven-deploy-properties: | + deployAtEnd=true + files: '**' + archive-artifacts: '' + build-node: 'ubuntu1804-docker-8c-8g' + +- project: + name: integration-simulators-nf-simulator-ves-client-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: 'integration/simulators/nf-simulator/ves-client' + project-name: 'integration-simulators-nf-simulator-ves-client' + branch: 'master' + mvn-settings: 'integration-simulators-nf-simulator-ves-client-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: integration-simulators-nf-simulator-ves-client-view + project-name: integration-simulators-nf-simulator-ves-client + views: + - project-view + +- project: + name: integration-simulators-nf-simulator-ves-client-info + project: integration/simulators/nf-simulator/ves-client + project-name: integration-simulators-nf-simulator-ves-client + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify |