Skip to content

Commit aca4d07

Browse files
authored
Merge pull request #2205 from ehuss/ci-config
2 parents dee312d + 4276882 commit aca4d07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/tests/ci.md

+15
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,21 @@ To learn more about the dashboard, see the [Datadog CI docs].
410410
[Datadog CI docs]: https://docs.datadoghq.com/continuous_integration/
411411
[public dashboard]: https://p.datadoghq.com/sb/3a172e20-e9e1-11ed-80e3-da7ad0900002-b5f7bb7e08b664a06b08527da85f7e30
412412

413+
## Determining the CI configuration
414+
415+
If you want to determine which `config.toml` settings are used in CI for a
416+
particular job, it is probably easiest to just look at the build log. To do
417+
this:
418+
419+
1. Go to
420+
<https://github.com/rust-lang-ci/rust/actions?query=branch%3Aauto+is%3Asuccess>
421+
to find the most recently successful build, and click on it.
422+
2. Choose the job you are interested in on the left-hand side.
423+
3. Click on the gear icon and choose "View raw logs"
424+
4. Search for the string "Configure the build"
425+
5. All of the build settings are listed below that starting with the
426+
`configure:` prefix.
427+
413428
[GitHub Actions]: https://github.com/rust-lang/rust/actions
414429
[`jobs.yml`]: https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml
415430
[`.github/workflows/ci.yml`]: https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml

0 commit comments

Comments
 (0)