diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 2 | ||||
-rw-r--r-- | jjb/vpp/docs.yaml | 4 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 32 |
3 files changed, 1 insertions, 37 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 7697cb4e2..2136cfc73 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -160,7 +160,7 @@ os: 'ubuntu2404' executor-arch: 'x86_64' - 3n-oct: - os: 'ubuntu2404' + os: 'ubuntu2204' executor-arch: 'aarch64' stream: - master: diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 92e4249a9..eae79eaf3 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -13,10 +13,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2406': - branch: 'stable/2406' - branch-refspec: '' - os: 'ubuntu2204' - '2410': branch: 'stable/2410' branch-refspec: '' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index af3ae5122..62d95e436 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -39,10 +39,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2406': - os: 'ubuntu2204' - branch: 'stable/2406' - branch-refspec: '' - '2410': os: 'ubuntu2204' branch: 'stable/2410' @@ -115,9 +111,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2406': - branch: 'stable/2406' - branch-refspec: '' - '2410': branch: 'stable/2410' branch-refspec: '' @@ -125,13 +118,6 @@ branch: 'stable/2502' branch-refspec: '' executor-arch: 'x86_64' - exclude: - # ubuntu-24.04 introduced in VPP 24.10 - - stream: '2406' - os: 'ubuntu2404' - # debian-12 introduced in VPP 24.10 - - stream: '2406' - os: 'debian12' # [end] VPP-X86_64 PROJECT @@ -149,19 +135,12 @@ - 'master': branch: 'master' branch-refspec: '' - - '2406': - branch: 'stable/2406' - branch-refspec: '' - '2410': branch: 'stable/2410' branch-refspec: '' - '2502': branch: 'stable/2502' branch-refspec: '' - exclude: - # ubuntu-24.04 introduced in VPP 24.10 - - stream: '2406' - os: 'ubuntu2404' # [end] VPP-GCC-X86_64 PROJECT @@ -260,9 +239,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2406': - branch: 'stable/2406' - branch-refspec: '' - '2410': branch: 'stable/2410' branch-refspec: '' @@ -270,10 +246,6 @@ branch: 'stable/2502' branch-refspec: '' executor-arch: 'aarch64' - exclude: - # ubuntu-24.04 introduced in VPP 24.10 - - stream: '2406' - os: 'ubuntu2404' # [end] VPP-AARCH64 PROJECT # VPP-ARM-DRIVERS-AARCH64 PROJECT @@ -360,10 +332,6 @@ - 'master': branch: 'master' branch-refspec: '' - - '2406': - branch: 'stable/2406' - branch-refspec: '' - os: 'ubuntu2204' - '2410': branch: 'stable/2410' branch-refspec: '' |