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