vpp: add stable/2206 CI jobs 98/36198/2
authorDave Wallace <dwallacelf@gmail.com>
Tue, 24 May 2022 19:53:24 +0000 (15:53 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 25 May 2022 09:00:27 +0000 (09:00 +0000)
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I279978c3b0eb4c5e3079c8c5645837fc8a25029e

docker/scripts/lib_vpp.sh
jjb/vpp/docs.yaml
jjb/vpp/vpp.yaml

index ae1a432..8b9c91d 100644 (file)
@@ -1,7 +1,7 @@
 # lib_vpp.sh - Docker build script VPP library.
 #              For import only.
 
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -99,8 +99,8 @@ docker_build_setup_vpp() {
 #       to create an enumerated set of jobs jobs that match the
 #       definitions here.
 declare -A VPP_BRANCHES
-VPP_BRANCHES["debian-10"]="stable/2110 stable/2202 master"
-VPP_BRANCHES["debian-11"]="master"
+VPP_BRANCHES["debian-10"]="stable/2110 stable/2202 stable/2206 master"
+VPP_BRANCHES["debian-11"]="stable/2206 master"
 VPP_BRANCHES["ubuntu-18.04"]="stable/2110"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2110 stable/2202 master"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2110 stable/2202 stable/2206 master"
 export VPP_BRANCHES
index 39e470d..499793a 100644 (file)
@@ -19,6 +19,9 @@
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
 
 # TODO: Remove when stable/2110 is no longer supported.
 - project:
index 8ab25a3..1e336c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -44,6 +44,9 @@
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
     executor-arch: 'x86_64'
 # [end] VPP-CHECKSTYLE-X86_64 PROJECT
 
@@ -74,6 +77,9 @@
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
     os:
       - debian10
       - debian11
       - ubuntu2004
     executor-arch: 'x86_64'
     exclude:
-      # OS deprecated in master
+      # OS deprecated on master
       - stream: 'master'
         os: 'ubuntu1804'
       # OS deprecated on 2202
       - stream: '2202'
         os: 'ubuntu1804'
+      # OS deprecated on 2206
+      - stream: '2206'
+        os: 'ubuntu1804'
       # os added in master
       - stream: '2106'
         os: 'debian11'
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
 # [end] VPP-GCC-X86_64 PROJECT
 
 # VPP-AARCH64 PROJECT
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
     os:
       - ubuntu1804
       - ubuntu2004
     executor-arch: 'aarch64'
     exclude:
-      # OS deprecated in master
+      # OS deprecated on master
       - stream: 'master'
         os: 'ubuntu1804'
-      # OS deprecated in 2202
+      # OS deprecated on 2202
       - stream: '2202'
         os: 'ubuntu1804'
+      # OS deprecated on 2206
+      - stream: '2206'
+        os: 'ubuntu1804'
 # [end] VPP-AARCH64 PROJECT
 
 # VPP-CSIT-VERIFY-DEVICE PROJECT
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2110':
-          branch: 'stable/2110'
-          branch-refspec: ''
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
     testbed-arch:
       - 1n-skx:
           os: 'ubuntu2004'
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2110':
-          branch: 'stable/2110'
-          branch-refspec: ''
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
     testbed-arch:
       - 2n-icx:
           os: 'ubuntu2004'
       - master:
           branch: 'master'
           branch-refspec: ''
-      - '2110':
-          branch: 'stable/2110'
-          branch-refspec: ''
       - '2202':
           branch: 'stable/2202'
           branch-refspec: ''
+      - '2206':
+          branch: 'stable/2206'
+          branch-refspec: ''
     os: 'ubuntu2004'
 # [end] VPP-CSIT-API-CRC PROJECT