From a2cf42457802a526b8437dbe25a960e4a7cc1a31 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 16 Aug 2024 12:11:14 +0200 Subject: [PATCH] HACKING: Update default OS to fedora-40 --- test/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 691ed50289a7..b020a2e21854 100644 --- a/test/README.md +++ b/test/README.md @@ -169,14 +169,13 @@ You can set these environment variables to configure the test suite: "centos-10" "debian-stable" "debian-testing" - "fedora-39" "fedora-40" "fedora-coreos" "rhel-9-4" "rhel4edge", "ubuntu-2204" "ubuntu-stable" - "fedora-39" is the default (TEST_OS_DEFAULT in bots/lib/constants.py) + "fedora-40" is the default (TEST_OS_DEFAULT in bots/lib/constants.py) TEST_JOBS How many tests to run in parallel. The default is 1.