File tree 1 file changed +2
-2
lines changed
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
28
28
in [ ` .github/workflows/ci.yml ` ] , which contains a bunch of steps that are
29
29
unified for all CI jobs that we execute. When a commit is pushed to a
30
30
corresponding 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
32
32
jobs that should be executed. This script uses the [ ` jobs.yml ` ] file as an
33
33
input, which contains a declarative configuration of all our CI jobs.
34
34
@@ -413,7 +413,7 @@ To learn more about the dashboard, see the [Datadog CI docs].
413
413
[ GitHub Actions ] : https://github.com/rust-lang/rust/actions
414
414
[ `jobs.yml` ] : https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml
415
415
[ `.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
417
417
[ rust-lang-ci ] : https://github.com/rust-lang-ci/rust/actions
418
418
[ bors ] : https://github.com/bors
419
419
[ homu ] : https://github.com/rust-lang/homu
You can’t perform that action at this time.
0 commit comments