Skip to content

Commit dee312d

Browse files
authored
Merge pull request #2206 from ehuss/fix-matrix-link
2 parents d54ac94 + cd9705f commit dee312d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/ci.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Our CI is primarily executed on [GitHub Actions], with a single workflow defined
2828
in [`.github/workflows/ci.yml`], which contains a bunch of steps that are
2929
unified for all CI jobs that we execute. When a commit is pushed to a
3030
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
3232
jobs that should be executed. This script uses the [`jobs.yml`] file as an
3333
input, 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

0 commit comments

Comments
 (0)