diff options
author | Tibor Frank <tifrank@cisco.com> | 2024-11-25 11:16:13 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2024-11-25 11:16:13 +0000 |
commit | da886a81640831d66ab4298305341a7d61d929ae (patch) | |
tree | 0847740e2631ee90414d1c68817c3f09c29ddba6 /jjb/vpp | |
parent | 295fc222b91fb4a239745e49e4f80fc38e5fcd2f (diff) |
CSIT: Change os from 2204 to 2404 for icxd and alt testbeds
Change-Id: Ib3634a6493cb9227c20db6128212cf89680223c0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 566e8bef1..6573a46fe 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -321,14 +321,14 @@ os: 'ubuntu2404' executor-arch: 'x86_64' - 3n-alt: - os: 'ubuntu2204' + os: 'ubuntu2404' executor-arch: 'aarch64' make-parallel-jobs: '16' - 3n-snr: os: 'ubuntu2204' executor-arch: 'x86_64' - 3n-icxd: - os: 'ubuntu2204' + os: 'ubuntu2404' executor-arch: 'x86_64' - 3na-spr: os: 'ubuntu2204' |