File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments