diff options
author | Mauro Sardara <msardara@cisco.com> | 2023-01-10 18:44:15 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2023-01-11 15:47:55 +0000 |
commit | e8129f58c7ad64d857a7927398132d18c4d8ad9b (patch) | |
tree | 1003cf322632047dc5398b42378cb357ac8c0bb2 | |
parent | c678d4e2b11e62098e5042370899399956987d56 (diff) |
feat: add 2210 stream
Change-Id: I4a03ed221c87642d915adf6282c5c73d5578eeb4
Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r-- | jjb/hicn/hicn.yaml | 75 |
1 files changed, 50 insertions, 25 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index ab41a8a34..843d85295 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -22,8 +22,12 @@ os: ubuntu2004 executor-arch: "x86_64" stream: - - hicn: + - "master": branch: "master" + repo: "hicn" + - "2210": + branch: "stable/2210" + repo: "2210" - project: name: hicn-aarch64 @@ -34,8 +38,12 @@ os: ubuntu2004 executor-arch: "aarch64" stream: - - hicn: + - "master": branch: "master" + repo: "hicn" + - "2210": + branch: "stable/2210" + repo: "2210" - project: name: hicn-misc @@ -43,8 +51,12 @@ - "hicn-checkstyle-verify-{stream}-{os}-{executor-arch}" project: "hicn" stream: - - hicn: + - "master": branch: "master" + repo: "hicn" + - "2210": + branch: "stable/2210" + repo: "2210" os: ubuntu2004 executor-arch: "x86_64" @@ -57,8 +69,12 @@ os: ubuntu2004 executor-arch: "x86_64" stream: - - hicn: + - "master": branch: "master" + repo: "hicn" + - "2210": + branch: "stable/2210" + repo: "2210" - project: name: hicn-extras-aarch64 @@ -69,8 +85,12 @@ os: ubuntu2004 executor-arch: "aarch64" stream: - - hicn: + - "master": branch: "master" + repo: "hicn" + - "2210": + branch: "stable/2210" + repo: "2210" - project: name: hicn-vpp-latest-x86_64 @@ -80,8 +100,9 @@ os: ubuntu2004 executor-arch: "x86_64" stream: - - master: + - "master": branch: "master" + repo: "hicn" - project: name: hicn-vpp-latest-aarch64 @@ -91,8 +112,9 @@ os: ubuntu2004 executor-arch: "aarch64" stream: - - master: + - "master": branch: "master" + repo: "hicn" - project: name: hicn-view @@ -103,18 +125,22 @@ - project: name: hicn-sonar jobs: - - hicn-sonar-scanner + - "hicn-sonar-scanner-{stream}" project: hicn sonarcloud: true sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-api-token: "{sonarcloud_api_token}" sonarcloud-project-key: "{sonarcloud_project_organization}-{project}" stream: - - hicn: + - "master": branch: "master" + repo: "hicn" + - "2210": + branch: "stable/2210" + repo: "2210" - job-template: - name: hicn-sonar-scanner + name: "hicn-sonar-scanner-{stream}" project-type: freestyle node: centos7-docker-4c-4g @@ -126,7 +152,7 @@ - gerrit-parameter: branch: "{branch}" - stream-parameter: - stream: "{stream}" + stream: "{repo}" scm: - gerrit-trigger-scm: @@ -255,7 +281,7 @@ - os-parameter: os: "{os}" - stream-parameter: - stream: "{stream}" + stream: "{repo}" scm: - gerrit-trigger-scm: @@ -306,10 +332,10 @@ - archive-artifacts: artifacts: "packages/*.deb, packages/*.rpm" - xunit: - thresholdmode: 'percent' + thresholdmode: "percent" thresholds: - failed: - failure: 0 + failure: 0 types: - gtest: pattern: "**/reports/*report.xml" @@ -333,7 +359,7 @@ - os-parameter: os: "{os}" - stream-parameter: - stream: "{stream}" + stream: "{repo}" scm: - gerrit-trigger-scm: @@ -420,10 +446,10 @@ publishers: - fdio-infra-publish - xunit: - thresholdmode: 'percent' + thresholdmode: "percent" thresholds: - failed: - failure: 0 + failure: 0 types: - gtest: pattern: "**/reports/*report.xml" @@ -447,7 +473,7 @@ - os-parameter: os: "{os}" - stream-parameter: - stream: "{stream}" + stream: "{repo}" scm: - gerrit-trigger-scm: @@ -499,7 +525,7 @@ - os-parameter: os: "{os}" - stream-parameter: - stream: "hicn" + stream: "{repo}" scm: - gerrit-trigger-scm: @@ -562,7 +588,7 @@ - os-parameter: os: "{os}" - stream-parameter: - stream: "{stream}" + stream: "{repo}" scm: - gerrit-trigger-scm: @@ -575,12 +601,11 @@ build-timeout: 120 triggers: - - - timed: 'H H * * *' + - timed: "H H * * *" - gerrit-trigger-manually-triggered: - comment-trigger-value: 'verify-vpp-latest' - name: '{project}' - branch: '{branch}' + comment-trigger-value: "verify-vpp-latest" + name: "{project}" + branch: "{branch}" builders: - shell: !include-raw-escape: |