CI jobs are defined in the [jobs.yml](https://github.com/rust-lang/rust/blob/master/src/ci/github-actions/jobs.yml) file. We need to document how to find out which tests each job run. E.g. people should be able to answer questions like: > I want to run tests/codegen on an i686 mingw try job, which CI job should I be using?". Document this in https://rustc-dev-guide.rust-lang.org/tests/ci.html For reference, the initial zulip request is [here](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Request.20for.20CI.20job.20docs). ## Related work - https://github.com/rust-lang/rust/pull/134898