diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-12-18 19:07:51 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-12-18 19:44:29 -0500 |
commit | f3378b5fb7bba319551af6cca04874606c43abd5 (patch) | |
tree | 3e2d9b1ce4f43001d90ce72f8dfd907d4d328b4f /jjb | |
parent | cc158489ad2ec55936df53cabf5afcbe33b4114e (diff) |
chore(vpp): post 24.10 release clean up
Change-Id: Ie859967781edc2ad68932cff96a90c8c1b9bb17b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/docs.yaml | 4 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 29 |
2 files changed, 0 insertions, 33 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 91f7fa687..34d88f984 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -13,10 +13,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2402': - branch: 'stable/2402' - branch-refspec: '' - os: 'ubuntu2204' - '2406': branch: 'stable/2406' branch-refspec: '' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 2e13b5a99..4af93144f 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -39,10 +39,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2402': - os: 'ubuntu2204' - branch: 'stable/2402' - branch-refspec: '' - '2406': os: 'ubuntu2204' branch: 'stable/2406' @@ -117,9 +113,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2402': - branch: 'stable/2402' - branch-refspec: '' - '2406': branch: 'stable/2406' branch-refspec: '' @@ -129,15 +122,9 @@ executor-arch: 'x86_64' exclude: # ubuntu-24.04 introduced in VPP 24.10 - - stream: '2402' - os: 'ubuntu2404' - # ubuntu-24.04 introduced in VPP 24.10 - stream: '2406' os: 'ubuntu2404' # debian-12 introduced in VPP 24.10 - - stream: '2402' - os: 'debian12' - # debian-12 introduced in VPP 24.10 - stream: '2406' os: 'debian12' @@ -158,9 +145,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2402': - branch: 'stable/2402' - branch-refspec: '' - '2406': branch: 'stable/2406' branch-refspec: '' @@ -169,9 +153,6 @@ branch-refspec: '' exclude: # ubuntu-24.04 introduced in VPP 24.10 - - stream: '2402' - os: 'ubuntu2404' - # ubuntu-24.04 introduced in VPP 24.10 - stream: '2406' os: 'ubuntu2404' @@ -276,9 +257,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2402': - branch: 'stable/2402' - branch-refspec: '' - '2406': branch: 'stable/2406' branch-refspec: '' @@ -288,9 +266,6 @@ executor-arch: 'aarch64' exclude: # ubuntu-24.04 introduced in VPP 24.10 - - stream: '2402' - os: 'ubuntu2404' - # ubuntu-24.04 introduced in VPP 24.10 - stream: '2406' os: 'ubuntu2404' # [end] VPP-AARCH64 PROJECT @@ -360,10 +335,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2402': - branch: 'stable/2402' - branch-refspec: '' - os: 'ubuntu2204' - '2406': branch: 'stable/2406' branch-refspec: '' |