For ARM64, the tests in Xen currently use 6.6.74, but 6.6.86 works so update to the latest.
For x86, stay at 6.6.56. There's a PVH regression upstream in need of fixing. Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> --- CC: Roger Pau Monné <roger....@citrix.com> CC: Stefano Stabellini <sstabell...@kernel.org> CC: Michal Orzel <michal.or...@amd.com> CC: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com> CC: Anthony PERARD <anthony.per...@vates.tech> v2: * Move x86 back to 6.6.56 until the PVH regression is fixed. --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6faa85d8dd7c..670f9621e26d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,24 @@ stages: variables: CONTAINER: alpine:x86_64-build +# +# ARM64 artifacts +# +linux-6.6.86-arm64: + extends: .arm64-artifacts + script: ./scripts/build-linux.sh + variables: + LINUX_VERSION: 6.6.86 + +# +# x86_64 artifacts +# +linux-6.6.56-x86_64: + extends: .x86_64-artifacts + script: ./scripts/build-linux.sh + variables: + LINUX_VERSION: 6.6.56 + # # The jobs below here are legacy and being phased out. # -- 2.39.5