File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,22 @@ infrastructure which makes the project possible.
29
29
* :ref:`search`
30
30
```
31
31
32
- ## Secrets
32
+ ## Coordinating different CI systems
33
33
34
- SSL certificates for all HTTPS-enabled domains are retrieved via [ Let's
35
- Encrypt] ( https://letsencrypt.org/ ) , so that data does not represent an
36
- explicitly-managed secret.
34
+ Multiple CI systems are used to run tests and upload results to
35
+ [ wpt.fyi] ( https://wpt.fyi/ ) . In order to ensure the same commit is
36
+ used across CI systems, there are "epoch branches" like
37
+ ` epochs/daily ` and ` epochs/weekly ` which can be used to trigger such
38
+ runs.
39
+
40
+ These branches are update by a [ workflow] ( https://github.com/web-platform-tests/wpt/blob/master/.github/workflows/epochs.yml )
41
+ using the ` ./wpt rev-list ` command. This command can also be used to
42
+ show what commits these branches have pointed to in the past, e.g., to
43
+ show what the ` epochs/daily ` branch has been the past 10 days:
44
+
45
+ ``` bash
46
+ ./wpt rev-list --epoch 1d --max-count 10
47
+ ```
37
48
38
49
## Third-party account owners
39
50
You can’t perform that action at this time.
0 commit comments