File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,22 @@ infrastructure which makes the project possible.
2929* :ref:`search`
3030```
3131
32- ## Secrets
32+ ## Coordinating different CI systems
3333
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+ ```
3748
3849## Third-party account owners
3950
You can’t perform that action at this time.
0 commit comments