summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-05-24 15:53:24 -0400
committerAndrew Yourtchenko <ayourtch@gmail.com>2022-05-25 09:00:27 +0000
commit97740787f59b46777cc90f826326a787f6453436 (patch)
treecaf1a5d8cc978f3121e92c8a0e2ec9b69aee9852 /jjb/vpp/vpp.yaml
parent19b316c5d3828f7a5ebb379daa65a94e8ad5b416 (diff)
vpp: add stable/2206 CI jobs
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Change-Id: I279978c3b0eb4c5e3079c8c5645837fc8a25029e
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml44
1 files changed, 31 insertions, 13 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 8ab25a3f..1e336c9c 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -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
@@ -81,12 +87,15 @@
- 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'
@@ -138,6 +147,9 @@
- '2202':
branch: 'stable/2202'
branch-refspec: ''
+ - '2206':
+ branch: 'stable/2206'
+ branch-refspec: ''
# [end] VPP-GCC-X86_64 PROJECT
# VPP-AARCH64 PROJECT
@@ -167,17 +179,23 @@
- '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
@@ -192,12 +210,12 @@
- 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'
@@ -220,12 +238,12 @@
- 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'
@@ -281,12 +299,12 @@
- 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