Skip to content

Commit e3cd689

Browse files
authored
Update external docs
1 parent a41fbaa commit e3cd689

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

external/bots/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ For running and debugging the images:
4949
## Image location
5050

5151
Downloaded images are stored into ~/.cache/cockpit-images/ by default. If you
52-
want to change that, you can set the `cockpit.bots.images-data-dir` variable
53-
with `git config` to a directory where to store the pristine virtual machine
54-
images. For example:
52+
want to change that, you can set `$COCKPIT_IMAGES_DATA_DIR` or the
53+
`cockpit.bots.images-data-dir` variable with `git config` to a directory where
54+
to store the pristine virtual machine images. For example:
5555

5656
git config cockpit.bots.images-data-dir /srv/cockpit/images
5757

external/source/test/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You first need to build cockpit, and install it into a VM:
2525

2626
test/image-prepare
2727

28-
This uses the default OS image, which is currently Fedora 38. See `$TEST_OS`
28+
This uses the default OS image, which is currently Fedora 39. See `$TEST_OS`
2929
below how to select a different one.
3030

3131
In most cases you want to run an individual test in a suite, for example:
@@ -158,16 +158,13 @@ to push pixel tests.
158158
You can set these environment variables to configure the test suite:
159159

160160
TEST_OS The OS to run the tests in. Currently supported values:
161-
"centos-8-stream"
161+
"centos-9-stream"
162162
"debian-stable"
163163
"debian-testing"
164-
"fedora-38"
165164
"fedora-39"
165+
"fedora-40"
166166
"fedora-coreos"
167-
"fedora-testing"
168-
"rhel-8-10"
169-
"rhel-8-10-distropkg"
170-
"rhel-9-3"
167+
"rhel-9-4"
171168
"rhel4edge",
172169
"ubuntu-2204"
173170
"ubuntu-stable"

0 commit comments

Comments
 (0)