Skip to content

Commit 488b8a4

Browse files
lilyLuLiupraveenkumar
authored andcommitted
[QE] gh action test on linux-arm update to fedora43
1 parent 0870540 commit 488b8a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux-qe-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
# reserve machine from testing farm
9393
export TESTING_FARM_API_TOKEN=${TESTING_FARM_API_TOKEN}
94-
testing-farm reserve --compose Fedora-41 --duration 480 --arch aarch64 --hardware memory='>= 16 GB' --hardware virtualization.is-supported='true' --no-autoconnect | tee info
94+
testing-farm reserve --compose Fedora-latest-aarch64 --duration 480 --arch aarch64 --hardware memory='>= 16 GB' --hardware virtualization.is-supported='true' --no-autoconnect | tee info
9595
machine=`tail -n 1 info`
9696
echo ${machine##*@} > host
9797
echo crctest > username

0 commit comments

Comments
 (0)