Skip to content

Commit fbedcf9

Browse files
authored
Update external docs
1 parent 824559f commit fbedcf9

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

external/bots/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,24 @@ When generating a new personal access token, the scope only needs to
9494
encompass `public_repo` (or `repo` if you're accessing a private repo).
9595

9696
If you'd like to download Red Hat-only internal images from S3, you'll
97-
need to create a key file in `~/.config/cockpit-dev/s3-keys/[endpoint]`.
98-
The contents of this file should be a single line containing the "access
99-
key" and the "secret key" separated by whitespace.
97+
need to create a key file in `~/.config/cockpit-dev/s3-keys/[domain]`.
98+
The `[domain]` can be any non-toplevel domain which contains the S3 URL
99+
in question. The contents of this file should be a single line
100+
containing the "access key" and the "secret key" separated by
101+
whitespace.
100102

101-
For the currently configured mirrors this means that you'd expect to
102-
have the following files:
103+
For the currently configured mirrors this means that you'd likely have the
104+
following file:
103105

106+
- `~/.config/cockpit-dev/s3-keys/linodeobjects.com`
107+
108+
For more control, you could also use the following:
109+
110+
- `~/.config/cockpit-dev/s3-keys/cockpit-images.eu-central-1.linodeobjects.com`
104111
- `~/.config/cockpit-dev/s3-keys/eu-central-1.linodeobjects.com`
105-
- `~/.config/cockpit-dev/s3-keys/us-east-1.linodeobjects.com`
112+
- either of the above, with `us-east` instead of `eu-central`
106113

107-
each each file would be a single line which looks like
114+
each file would be a single line which looks like
108115

109116
```
110117
EEVIDIDFSOQ0ABJ2LGTT 009rKOypIoqO44Q3VQGRyYPfugi84zANHF0pOW9f

external/source/test/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,18 @@ You can set these environment variables to configure the test suite:
7878
"centos-8-stream"
7979
"debian-stable"
8080
"debian-testing"
81-
"fedora-32"
8281
"fedora-33"
82+
"fedora-34"
8383
"fedora-coreos"
8484
"fedora-testing"
85-
"rhel-7-9"
86-
"rhel-8-3"
87-
"rhel-8-3-distropkg"
8885
"rhel-8-4"
8986
"rhel-8-4-distropkg"
90-
"rhel-atomic"
87+
"rhel-8-5"
88+
"rhel-8-5-distropkg"
89+
"rhel-9-0"
9190
"ubuntu-2004"
9291
"ubuntu-stable"
93-
"fedora-32" is the default (bots/machine/machine_core/constants.py)
92+
"fedora-33" is the default (bots/machine/machine_core/constants.py)
9493

9594
TEST_JOBS How many tests to run in parallel. The default is 1.
9695

@@ -106,6 +105,9 @@ You can set these environment variables to configure the test suite:
106105
TEST_SHOW_BROWSER Set to run browser interactively. When not specified,
107106
browser is run in headless mode.
108107

108+
TEST_TIMEOUT_FACTOR Scale normal timeouts by given integer. Useful for
109+
slow/busy testbeds or architectures.
110+
109111
## Test machines and their images
110112

111113
The code under test is executed in one or more dedicated virtual

0 commit comments

Comments
 (0)