LF Jenkins CI | 7e085a3 | 2020-03-31 18:20:45 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Andrew Grimberg | fc7a9bb | 2023-05-03 09:20:21 -0700 | [diff] [blame] | 3 | name: integration-simulators-pnf-simulator |
| 4 | project-name: integration-pnf-simulator |
| 5 | stream: |
| 6 | - "master": |
| 7 | branch: "master" |
| 8 | java-version: openjdk11 |
| 9 | project: "integration/simulators/pnf-simulator" |
| 10 | mvn-settings: "integration-simulators-pnf-simulator-settings" |
| 11 | files: "**" |
| 12 | maven-deploy-properties: | |
| 13 | deployAtEnd=true |
| 14 | archive-artifacts: "" |
| 15 | build-node: ubuntu1804-docker-8c-8g |
| 16 | jobs: |
| 17 | - "{project-name}-{stream}-verify-java": |
| 18 | mvn-goals: "clean install -P docker,integration -DskipNexusStagingDeployMojo=true -DskipDockerPush=true" |
| 19 | - "{project-name}-{stream}-merge-java": |
| 20 | mvn-goals: "clean deploy" |
| 21 | - "{project-name}-gerrit-release-jobs": |
| 22 | build-node: centos7-docker-2c-1g |
| 23 | - gerrit-maven-stage: |
| 24 | sign-artifacts: true |
| 25 | build-node: centos8-docker-8c-8g |
| 26 | maven-versions-plugin: true |
| 27 | mvn-goals: "clean deploy" |
| 28 | - gerrit-maven-docker-stage: |
| 29 | build-node: ubuntu1804-docker-8c-8g |
| 30 | container-public-registry: "nexus3.onap.org:10001" |
| 31 | container-staging-registry: "nexus3.onap.org:10003" |
| 32 | mvn-params: "-P docker,integration -DskipNexusStagingDeployMojo=true -DskipDockerPush=false" |
LF Jenkins CI | 7e085a3 | 2020-03-31 18:20:45 +0000 | [diff] [blame] | 33 | |
| 34 | - project: |
Andrew Grimberg | fc7a9bb | 2023-05-03 09:20:21 -0700 | [diff] [blame] | 35 | name: integration-simulators-pnf-simulator-sonar |
| 36 | java-version: openjdk11 |
| 37 | jobs: |
| 38 | - gerrit-maven-sonar |
| 39 | sonarcloud: true |
| 40 | sonarcloud-project-organization: "{sonarcloud_project_organization}" |
| 41 | sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" |
| 42 | sonar-mvn-goal: "{sonar_mvn_goal}" |
| 43 | cron: "@daily" |
| 44 | build-node: ubuntu1804-docker-8c-8g |
| 45 | project: integration/simulators/pnf-simulator |
| 46 | project-name: integration-pnf-simulator |
| 47 | branch: "master" |
| 48 | mvn-settings: "integration-simulators-pnf-simulator-settings" |
| 49 | mvn-goals: "clean install" |
| 50 | mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" |
Bartosz Gardziejewski | a06b145 | 2020-04-06 09:16:00 +0200 | [diff] [blame] | 51 | |
| 52 | - project: |
Andrew Grimberg | fc7a9bb | 2023-05-03 09:20:21 -0700 | [diff] [blame] | 53 | name: integration-simulators-pnf-simulator-cli |
| 54 | project: integration/simulators/pnf-simulator |
| 55 | project-name: integration-pnf-simulator |
| 56 | python-version: python3 |
| 57 | jobs: |
| 58 | - integration-tox-verify |
| 59 | subproject: |
| 60 | - "simulator-cli": |
| 61 | tox-dir: "simulator-cli" |
| 62 | tox-envs: "pytest" |
| 63 | pattern: "**/*" |
| 64 | stream: |
| 65 | - "master": |
| 66 | branch: "master" |
Bartek Grzybowski | 4f1d2a8 | 2020-06-19 13:54:02 +0200 | [diff] [blame] | 67 | |
| 68 | - project: |
Andrew Grimberg | fc7a9bb | 2023-05-03 09:20:21 -0700 | [diff] [blame] | 69 | name: integration-simulators-pnf-simulator-linters |
| 70 | project: integration/simulators/pnf-simulator |
| 71 | project-name: integration-pnf-simulator |
| 72 | python-version: python3 |
| 73 | jobs: |
| 74 | - integration-linters |
| 75 | subproject: |
| 76 | - "yaml": |
| 77 | tox-dir: "." |
| 78 | tox-envs: "yaml" |
| 79 | pattern: "**/*.yaml" |
| 80 | - "yml": |
| 81 | tox-dir: "." |
| 82 | tox-envs: "yaml" |
| 83 | pattern: "**/*.yml" |
| 84 | - "json": |
| 85 | tox-dir: "." |
| 86 | tox-envs: "json" |
| 87 | pattern: "**/*.json" |
| 88 | - "python": |
| 89 | tox-dir: "." |
| 90 | tox-envs: "py" |
| 91 | pattern: "**/*.py" |
| 92 | stream: |
| 93 | - "master": |
| 94 | branch: "master" |