diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-11-06 19:22:30 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-11-15 16:43:23 +0000 |
commit | 4455de64f7c977881389521294b27fb9d85eae57 (patch) | |
tree | b6b732d133bc581d9c5eec4ee1a5394429f39b4a /jjb | |
parent | 3ef1d97d2cf16083aa8923eb3470f395f24dbb4b (diff) |
chore(post-release-cleanup): clean up VPP CI jobs post VPP 23.10 release
- Remove references to unsupported VPP 23.02 release
Change-Id: I540a2f0d43ff2cdd29c8d62c729463282b76b8fb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/docs.yaml | 18 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 50 |
2 files changed, 0 insertions, 68 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 80d2ad6b4..86bf8f4a9 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -10,35 +10,17 @@ project: 'vpp' executor-arch: 'x86_64' os: - - 'ubuntu2004' - 'ubuntu2204' stream: - 'master': branch: 'master' branch-refspec: '' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - '2306': branch: 'stable/2306' branch-refspec: '' - '2310': branch: 'stable/2310' branch-refspec: '' - exclude: - # os deprecated in 23.10 - - stream: '2310' - os: 'ubuntu2004' - # os deprecated in 23.06 - - stream: '2306' - os: 'ubuntu2004' - # os deprecated in 23.02 - - stream: '2302' - os: 'ubuntu2004' - # os deprecated in master - - stream: 'master' - os: 'ubuntu2004' - # os added in 22.10 - job-template: name: 'vpp-docs-verify-{stream}-{os}-{executor-arch}' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index df4638afc..03e3cbb30 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -34,15 +34,11 @@ - 'vpp-checkstyle-verify-{stream}-{os}-{executor-arch}' project: 'vpp' os: - - ubuntu2004 - ubuntu2204 stream: - 'master': branch: 'master' branch-refspec: '' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - '2306': branch: 'stable/2306' branch-refspec: '' @@ -50,19 +46,6 @@ branch: 'stable/2310' branch-refspec: '' executor-arch: 'x86_64' - exclude: - # os deprecated in 23.10 - - stream: '2310' - os: 'ubuntu2004' - # os deprecated in 23.06 - - stream: '2306' - os: 'ubuntu2004' - # os deprecated in 23.02 - - stream: '2302' - os: 'ubuntu2004' - # os deprecated in master - - stream: 'master' - os: 'ubuntu2004' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -88,11 +71,6 @@ branch-refspec: '' make-test-os: 'ubuntu-20.04 ubuntu-22.04' make-test-multiworker-os: 'debian-11' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - make-test-os: 'ubuntu-20.04 ubuntu-22.04' - make-test-multiworker-os: 'debian-11' - '2306': branch: 'stable/2306' branch-refspec: '' @@ -118,35 +96,18 @@ project: 'vpp' make-parallel-jobs: '4' os: - - ubuntu2004 - ubuntu2204 executor-arch: 'x86_64' stream: - 'master': branch: 'master' branch-refspec: '' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - '2306': branch: 'stable/2306' branch-refspec: '' - '2310': branch: 'stable/2310' branch-refspec: '' - exclude: - # os deprecated in 23.10 - - stream: '2310' - os: 'ubuntu2004' - # os deprecated in 23.06 - - stream: '2306' - os: 'ubuntu2004' - # os deprecated in 23.02 - - stream: '2302' - os: 'ubuntu2004' - # os deprecated in master - - stream: 'master' - os: 'ubuntu2004' # [end] VPP-GCC-X86_64 PROJECT @@ -245,11 +206,6 @@ branch-refspec: '' make-test-os: 'ubuntu-20.04 ubuntu-22.04' make-test-multiworker-os: '' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - make-test-os: 'ubuntu-20.04 ubuntu-22.04' - make-test-multiworker-os: '' - '2306': branch: 'stable/2306' branch-refspec: '' @@ -278,9 +234,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - '2306': branch: 'stable/2306' branch-refspec: '' @@ -366,9 +319,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2302': - branch: 'stable/2302' - branch-refspec: '' - '2306': branch: 'stable/2306' branch-refspec: '' |