]> xenbits.xensource.com Git - osstest.git/commit
cr-daily-branch: Actually use Linux 6.1 by default on Arm
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 5 Apr 2024 20:44:28 +0000 (21:44 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 5 Apr 2024 20:56:27 +0000 (21:56 +0100)
commitd00f08255b188201b0e80f9ceb0ba4d59e44138f
tree8ce735d3fae4071ab293f855a545cadee58c27c8
parent4317c37878895fc441c8a69ab62fa95e6828c472
cr-daily-branch: Actually use Linux 6.1 by default on Arm

Commit 95ee1714750b wasn't effective at changing the default version
of Linux, osstest kept on using "linux-arm-xen".

This time, make osstest use the same revision for both LINUX and
LINUX_ARM, like it was done for "linux*" branches only before.

If for some reason $BASE_TAG_LINUX and $BASE_TAG_LINUX_ARM are
different, this change would be wrong, but there's shouldn't be a need
for them to be different.

Fixes: 95ee1714750b ("ap-common: Switch to Linux 6.1 by default on Arm")
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
ap-common
cr-daily-branch