Merge "Update validate-ar jobs for potassium"
authorRobert Varga <nite@hq.sk>
Wed, 28 Feb 2024 16:12:47 +0000 (16:12 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 28 Feb 2024 16:12:47 +0000 (16:12 +0000)
.github/workflows/gerrit-verify.yaml
docs/cloud-images.rst
global-jjb
jjb/integration/distribution/distribution-templates.yaml
jjb/releng-templates-java.yaml

index daf430d162280d4d713f0798bdadc0c72f2ee617..942d3f1f59558304f97796ca7c1c4c5fc6c7b1d9 100644 (file)
@@ -92,7 +92,7 @@ jobs:
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
-      - uses: actions/setup-python@v4
+      - uses: actions/setup-python@v5
         with:
           python-version: "3.11"
       - name: Run static analysis and format checkers
@@ -106,7 +106,7 @@ jobs:
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
-      - uses: actions/setup-python@v4
+      - uses: actions/setup-python@v5
         id: setup-python
         with:
           python-version: "3.11"
@@ -136,7 +136,7 @@ jobs:
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
-      - uses: actions/setup-python@v4
+      - uses: actions/setup-python@v5
         id: setup-python
         with:
           python-version: "3.11"
index a35b4c0e6d5cde05de52bf6c9ed591e7954f2791..77fd9b441b4ba7f17c1a7f8495239632615bbae0 100644 (file)
@@ -14,6 +14,7 @@ Following are the list of published images available to Jenkins jobs.
 * ZZCI - CentOS 7 - builder - x86_64 - 20231213-090206.813
 * ZZCI - CentOS 7 - builder - x86_64 - 20240101-060132.845
 * ZZCI - CentOS 7 - builder - x86_64 - 20240201-060121.705
+* ZZCI - CentOS 7 - builder - x86_64 - 20240221-041136.622
 * ZZCI - CentOS 7 - devstack - x86_64 - 20220401-230107.511
 * ZZCI - CentOS 7 - devstack - x86_64 - 20220915-220248.057
 * ZZCI - CentOS 7 - devstack - x86_64 - 20221016-125752.520
@@ -49,6 +50,7 @@ Following are the list of published images available to Jenkins jobs.
 * ZZCI - CentOS 7 - docker - x86_64 - 20230501-220111.311
 * ZZCI - CentOS 7 - docker - x86_64 - 20231213-111103.823
 * ZZCI - CentOS 7 - docker - x86_64 - 20240101-220119.494
+* ZZCI - CentOS 7 - docker - x86_64 - 20240201-220125.685
 * ZZCI - CentOS 7 - helm - x86_64 - 20220401-000138.473
 * ZZCI - CentOS 7 - helm - x86_64 - 20220811-110654.568
 * ZZCI - CentOS 7 - helm - x86_64 - 20220915-220356.090
@@ -113,6 +115,7 @@ Following are the list of published images available to Jenkins jobs.
 * ZZCI - Ubuntu 18.04 - docker - x86_64 - 20230401-040112.177
 * ZZCI - Ubuntu 18.04 - docker - x86_64 - 20230501-040105.925
 * ZZCI - Ubuntu 18.04 - docker - x86_64 - 20240101-040145.675
+* ZZCI - Ubuntu 18.04 - docker - x86_64 - 20240201-040120.975
 * ZZCI - Ubuntu 18.04 - helm -  - 20210513-214525.779
 * ZZCI - Ubuntu 18.04 - helm - x86_64 - 20220501-140101.102
 * ZZCI - Ubuntu 18.04 - helm - x86_64 - 20220811-112321.717
index 5d336574e77fb349ace15356ef8ffb816d463544..7c8c0136203f61317e6904030f86dfbd5a6c402e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5d336574e77fb349ace15356ef8ffb816d463544
+Subproject commit 7c8c0136203f61317e6904030f86dfbd5a6c402e
index 6baad68471ba602b9f7f2afd8885d22daff0f813..ad36d4702487f553cc04a8dc519f762c66ae9e7e 100644 (file)
     name: "distribution-verify-{type}-{stream}"
 
     disable-job: "false"
-    jacoco-exclude-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**"
+    jacoco-exclude-pattern: >-
+      **/gen/**,
+      **/generated-sources/**,
+      **/yang-gen**,
+      **/pax/**
 
     project-type: freestyle
     node: centos8-builder-8c-8g
     publishers:
       - findbugs
       - lf-jacoco-report:
-          exclude-pattern: { jacoco-exclude-pattern }
+          exclude-pattern: "{jacoco-exclude-pattern}"
       - lf-infra-publish
       - email-notification:
           email-recipients: "{email-recipients}"
     #     https://issues.apache.org/jira/browse/MNG-5666
 
     disable-job: false
-    jacoco-exclude-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**"
+    jacoco-exclude-pattern: >-
+      **/gen/**,
+      **/generated-sources/**,
+      **/yang-gen**,
+      **/pax/**
 
     project-type: maven
     node: "centos8-builder-8c-8g"
index d804eac11ed1d97222028f6c0ee8e3799728e36f..6e97e4584971d72831c110d9909c73f7cb833471 100644 (file)
       **/target/surefire-reports/*-output.txt
     mvn-goals: clean install
     disable-job: false
-    jacoco-exclude-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**"
+    jacoco-exclude-pattern: >-
+      **/gen/**,
+      **/generated-sources/**,
+      **/yang-gen**,
+      **/pax/**
 
     #####################
     # Job Configuration #
     # Default parameters #
     ######################
     disable-job: "false"
-    jacoco-exclude-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**"
+    jacoco-exclude-pattern: >-
+      **/gen/**,
+      **/generated-sources/**,
+      **/yang-gen**,
+      **/pax/**
 
     archive-artifacts: >
       **/*.log