Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 1 | --- |
Jessica Wagantall | a789dcc | 2018-11-13 14:34:11 -0800 | [diff] [blame] | 2 | - project: |
Jessica Wagantall | a789dcc | 2018-11-13 14:34:11 -0800 | [diff] [blame] | 3 | name: sdc-sdc-docker-project-view |
| 4 | project-name: sdc-sdc-docker |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: sdc-maven-project-view |
| 10 | project-name: sdc-maven |
| 11 | views: |
| 12 | - project-view |
| 13 | |
| 14 | - project: |
| 15 | name: sdc-clm-project-view |
| 16 | project-name: sdc-clm |
| 17 | views: |
| 18 | - project-view |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 19 | |
| 20 | - project: |
ChrisC | ad24e46 | 2020-08-13 15:09:12 +0200 | [diff] [blame] | 21 | name: sdc-project-view |
| 22 | project-name: sdc |
| 23 | views: |
| 24 | - project-view |
| 25 | |
| 26 | - project: |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 27 | name: sdc |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 28 | project-name: "sdc" |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 29 | jobs: |
eschcam | a854a99 | 2023-06-20 12:57:54 +0100 | [diff] [blame] | 30 | - "{project-name}-{stream}-{area}-verify-shell": |
| 31 | # This is to ensure all script are Python 3 compatible |
vasraz | 5f6cf17 | 2023-06-26 13:40:03 +0100 | [diff] [blame] | 32 | area: python |
| 33 | build-timeout: 9 |
eschcam | a854a99 | 2023-06-20 12:57:54 +0100 | [diff] [blame] | 34 | script: !include-raw-escape: "python3-verify.sh" |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 35 | - "{project-name}-{stream}-verify-java": |
vasraz | 5f6cf17 | 2023-06-26 13:40:03 +0100 | [diff] [blame] | 36 | # this build is unit test only (Verify 1/3) |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 37 | mvn-params: "-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/" |
| 38 | build-node: "ubuntu1804-docker-8c-8g" |
| 39 | - "{project-name}-{stream}-sdc-merge-java": |
| 40 | build-node: "ubuntu1804-docker-8c-16g" |
| 41 | docker-pom: "pom.xml" |
| 42 | mvn-profile: "docker" |
| 43 | # yamllint disable-line rule:line-length |
| 44 | mvn-params: "-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -P integration-tests-with-helm-validator" |
ChrisC | 1bb38c4 | 2021-02-24 12:57:18 +0100 | [diff] [blame] | 45 | # running everything (unit tests and integration tests in a single job for merge, as we don't need // run |
| 46 | # for merge, but still saving integration tests results and report. |
| 47 | archive-artifacts: > |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 48 | **/*.log |
| 49 | **/hs_err_*.log |
| 50 | **/target/**/feature.xml |
| 51 | **/target/failsafe-reports/failsafe-summary.xml |
| 52 | integration-tests/target/ExtentReport/API/*.html |
| 53 | integration-tests/target/ExtentReport/UI/*.html |
| 54 | integration-tests/target/ExtentReport/UI/screenshots/*.png |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 55 | - gerrit-maven-stage: |
Jessica Wagantall | 5718d1a | 2020-01-28 12:54:43 -0800 | [diff] [blame] | 56 | build-timeout: 90 |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 57 | sign-artifacts: true |
MichaelMorris | d60d4f3 | 2022-11-17 11:39:41 -0800 | [diff] [blame] | 58 | sbom-generator: true |
Bengt Thuree | 94a958e | 2022-09-16 19:15:08 +1000 | [diff] [blame] | 59 | build-node: centos8-docker-4c-4g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 60 | maven-versions-plugin: true |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 61 | mvn-version: "mvn36" |
| 62 | mvn-params: "-DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/" |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 63 | - gerrit-maven-docker-stage: |
Jessica Wagantall | 9f5bbe7 | 2023-02-06 11:47:48 -0800 | [diff] [blame] | 64 | sbom-generator: true |
Bengt Thuree | de7d1a2 | 2022-09-30 00:24:40 +1000 | [diff] [blame] | 65 | build-node: ubuntu1804-docker-v1-8c-8g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 66 | maven-versions-plugin: true |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 67 | mvn-params: "-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/" |
| 68 | mvn-version: "mvn36" |
| 69 | container-public-registry: "nexus3.onap.org:10001" |
| 70 | container-staging-registry: "nexus3.onap.org:10003" |
| 71 | - "{project-name}-gerrit-release-jobs": |
Jessica Wagantall | 89fce4b | 2023-04-10 10:34:54 -0700 | [diff] [blame] | 72 | build-node: centos7-docker-2c-1g |
Jessica Wagantall | 8c73eee | 2019-07-09 10:14:02 -0700 | [diff] [blame] | 73 | |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 74 | project: "sdc" |
Andrew Grimberg | ee06955 | 2017-02-10 14:15:17 -0800 | [diff] [blame] | 75 | stream: |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 76 | - "master": |
| 77 | branch: "master" |
sebdet | b7ea89d | 2020-11-05 11:26:06 +0100 | [diff] [blame] | 78 | java-version: openjdk11 |
MichaelMorris | 4ae2f4f | 2023-05-30 11:22:41 +0100 | [diff] [blame] | 79 | - "london": |
| 80 | branch: "london" |
| 81 | java-version: openjdk11 |
MichaelMorris | 2f25a58 | 2023-11-06 23:23:06 +0000 | [diff] [blame] | 82 | - "montreal": |
| 83 | branch: "montreal" |
| 84 | java-version: openjdk11 |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 85 | mvn-settings: "sdc-settings" |
| 86 | files: "**" |
| 87 | archive-artifacts: "" |
Bengt Thuree | de7d1a2 | 2022-09-30 00:24:40 +1000 | [diff] [blame] | 88 | build-node: ubuntu1804-docker-8c-8g |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 89 | maven-version: "mvn36" |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 90 | |
Paul Vaduva | 85b76a5 | 2018-11-23 15:38:15 +0100 | [diff] [blame] | 91 | - project: |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 92 | name: sdc-sonar |
| 93 | jobs: |
Ofir Sonsino | 40dd36d | 2020-03-22 09:41:17 +0200 | [diff] [blame] | 94 | - gerrit-maven-sonar: |
| 95 | build-timeout: 120 |
Jessica Wagantall | 42a5a81 | 2019-11-18 17:06:03 -0800 | [diff] [blame] | 96 | sonarcloud: true |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 97 | sonarcloud-project-organization: "{sonarcloud_project_organization}" |
| 98 | sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" |
| 99 | sonar-mvn-goal: "{sonar_mvn_goal}" |
Bengt Thuree | de7d1a2 | 2022-09-30 00:24:40 +1000 | [diff] [blame] | 100 | build-node: ubuntu1804-docker-8c-16g |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 101 | project: "sdc" |
| 102 | project-name: "sdc" |
| 103 | branch: "master" |
| 104 | mvn-settings: "sdc-settings" |
sebdet | a7d92e0 | 2020-09-07 13:29:29 +0200 | [diff] [blame] | 105 | java-version: openjdk11 |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 106 | mvn-params: "-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/" |
| 107 | mvn-goals: "clean install" |
| 108 | mvn-opts: "-Xmx1024m" |
| 109 | mvn-version: "mvn36" |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 110 | |
| 111 | - project: |
sebdet | bb105df | 2020-09-01 15:13:28 +0200 | [diff] [blame] | 112 | name: sdc-clm |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 113 | jobs: |
| 114 | - gerrit-maven-clm: |
| 115 | build-timeout: 120 |
| 116 | submodule-timeout: 30 |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 117 | mvn-params: "-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/" |
| 118 | nexus-iq-namespace: "onap-" |
Jessica Wagantall | 1cc99b8 | 2018-10-19 18:22:42 -0700 | [diff] [blame] | 119 | project: sdc |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 120 | project-name: "sdc" |
Bengt Thuree | de7d1a2 | 2022-09-30 00:24:40 +1000 | [diff] [blame] | 121 | build-node: ubuntu1804-docker-8c-8g |
MichaelMorris | 5612f93 | 2022-01-24 14:24:21 +0000 | [diff] [blame] | 122 | stream: |
Andrew Grimberg | 7a41136 | 2023-05-03 09:09:44 -0700 | [diff] [blame] | 123 | - "master": |
| 124 | branch: "master" |
| 125 | mvn-version: "mvn36" |
| 126 | mvn-settings: "sdc-settings" |
sebdet | a7d92e0 | 2020-09-07 13:29:29 +0200 | [diff] [blame] | 127 | java-version: openjdk11 |