Chore: Move to ubuntu2004-docker
[ci-management.git] / jjb / integration / simulators / integration-pnf-simulator.yaml
index ec0f970..d9fd63f 100644 (file)
       maven-deploy-properties: |
           deployAtEnd=true
       archive-artifacts: ''
-      build-node: ubuntu1804-docker-8c-8g
+      build-node: ubuntu2004-docker-8c-8g
       jobs:
           - '{project-name}-{stream}-verify-java':
-                mvn-goals: 'clean install'
+                mvn-goals: 'clean install -P docker,integration -DskipNexusStagingDeployMojo=true -DskipDockerPush=true'
           - '{project-name}-{stream}-merge-java':
                 mvn-goals: 'clean deploy'
           -  '{project-name}-gerrit-release-jobs':
@@ -26,7 +26,7 @@
                 maven-versions-plugin: true
                 mvn-goals: 'clean deploy'
           - gerrit-maven-docker-stage:
-                build-node: ubuntu1804-docker-8c-8g
+                build-node: ubuntu2004-docker-8c-8g
                 container-public-registry: 'nexus3.onap.org:10001'
                 container-staging-registry: 'nexus3.onap.org:10003'
                 mvn-params: '-P docker,integration -DskipNexusStagingDeployMojo=true -DskipDockerPush=false'
@@ -42,7 +42,7 @@
       sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
       sonar-mvn-goal: '{sonar_mvn_goal}'
       cron: '@daily'
-      build-node: ubuntu1804-docker-8c-8g
+      build-node: ubuntu2004-docker-8c-8g
       project: integration/simulators/pnf-simulator
       project-name: integration-pnf-simulator
       branch: 'master'
       project-name: integration-pnf-simulator
       jobs:
           - gerrit-info-yaml-verify
-      build-node: centos7-builder-2c-1g
+      build-node: centos8-builder-2c-1g
       project: integration/simulators/pnf-simulator
       branch: master
 
+- project:
+      name: integration-simulators-pnf-simulator-cli
+      project: integration/simulators/pnf-simulator
+      project-name: integration-pnf-simulator
+      python-version: python3
+      jobs:
+          - integration-tox-verify
+      subproject:
+          - 'simulator-cli':
+                tox-dir: 'simulator-cli'
+                tox-envs: 'pytest'
+                pattern: '**/*'
+      stream:
+          - 'master':
+                branch: 'master'
+
 - project:
       name: integration-simulators-pnf-simulator-linters
       project: integration/simulators/pnf-simulator