Prepare CI jobs verify, merge + sonar job for nf-simulator/avcn-manager 43/118743/4
authorEdyta Krukowska <edyta.krukowska@nokia.com>
Wed, 3 Mar 2021 08:43:05 +0000 (09:43 +0100)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 4 Mar 2021 19:17:37 +0000 (19:17 +0000)
Issue-ID: INT-1869
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: Ia80720eb6003d50582a9e7aee770a1c23727ffbf

jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml [new file with mode: 0644]

diff --git a/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml b/jjb/integration/simulators/nf-simulator/integration-simulators-nf-simulator-avcn-manager.yaml
new file mode 100644 (file)
index 0000000..7bfc09e
--- /dev/null
@@ -0,0 +1,66 @@
+---
+- project:
+      name: integration-simulators-nf-simulator-avcn-manager
+      project-name: 'integration-simulators-nf-simulator-avcn-manager'
+      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/avcn-manager'
+      stream:
+          - 'master':
+                branch: 'master'
+      mvn-settings: 'integration-simulators-nf-simulator-avcn-manager-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-avcn-manager-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/avcn-manager'
+      project-name: 'integration-simulators-nf-simulator-avcn-manager'
+      branch: 'master'
+      mvn-settings: 'integration-simulators-nf-simulator-avcn-manager-settings'
+      mvn-goals: 'clean install'
+      mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+      name: integration-simulators-nf-simulator-avcn-manager-view
+      project-name: integration-simulators-nf-simulator-avcn-manager
+      views:
+          - project-view
+
+- project:
+      name: integration-simulators-nf-simulator-avcn-manager-info
+      project: integration/simulators/nf-simulator/avcn-manager
+      project-name: integration-simulators-nf-simulator-avcn-manager
+      build-node: centos7-builder-2c-1g
+      jobs:
+          - gerrit-info-yaml-verify