File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Our CI is primarily executed on [GitHub Actions], with a single workflow defined
2828in [ ` .github/workflows/ci.yml ` ] , which contains a bunch of steps that are
2929unified for all CI jobs that we execute. When a commit is pushed to a
3030corresponding branch or a PR, the workflow executes the
31- [ ` calculate-job-matrix .py` ] script, which dynamically generates the specific CI
31+ [ ` src/ci/github-actions/ci .py` ] script, which dynamically generates the specific CI
3232jobs that should be executed. This script uses the [ ` jobs.yml ` ] file as an
3333input, which contains a declarative configuration of all our CI jobs.
3434
@@ -413,7 +413,7 @@ To learn more about the dashboard, see the [Datadog CI docs].
413413[ GitHub Actions ] : https://github.com/rust-lang/rust/actions
414414[ `jobs.yml` ] : https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml
415415[ `.github/workflows/ci.yml` ] : https://github.com/rust-lang/rust/blob/master/.github/workflows/ci.yml
416- [ `calculate-job-matrix .py` ] : https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/calculate-job-matrix .py
416+ [ `src/ci/github-actions/ci .py` ] : https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/ci .py
417417[ rust-lang-ci ] : https://github.com/rust-lang-ci/rust/actions
418418[ bors ] : https://github.com/bors
419419[ homu ] : https://github.com/rust-lang/homu
You can’t perform that action at this time.
0 commit comments