diff options
author | 2022-08-22 12:31:23 +0000 | |
---|---|---|
committer | 2022-08-30 12:05:47 +0000 | |
commit | d8eb5eafedc383e0a6e0bc8ed23ccea6c8ebef81 (patch) | |
tree | f95ba4107e8dc2fb35d7cc5dad6dac1a1a9f8996 /jjb/vpp | |
parent | e54fd540f41a7e179fe79f1bb80c72b0b2f6b737 (diff) |
feat(csit): Switch 2n-clx and vpp_device to ubuntu2204
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: I91f4ebc33f132fd2e8bdbda42033fe57e81361c2
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index e8de49c85..102078c35 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -181,10 +181,10 @@ branch-refspec: '' testbed-arch: - 1n-skx: - os: 'ubuntu2004' + os: 'ubuntu2204' executor-arch: 'x86_64' - 1n-tx2: - os: 'ubuntu2004' + os: 'ubuntu2204' executor-arch: 'aarch64' skip-vote: 'true' @@ -212,7 +212,7 @@ os: 'ubuntu2004' executor-arch: 'x86_64' - 2n-clx: - os: 'ubuntu2004' + os: 'ubuntu2204' executor-arch: 'x86_64' - 2n-zn2: os: 'ubuntu2004' |