| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-11 | Rollup merge of #138307 - Kobzol:citool-alias, r=marcoieni | Jakub Beránek | -232/+343 | |
| Allow specifying glob patterns for try jobs This PR modifies the `try-job` lookup logic to allow glob patterns. So you can e.g. request all MSVC-related jobs with `try-job: *msvc*`. Best reviewed commit by commit. r? ``````@marcoieni`````` try-job: `*msvc*` | ||||
| 2025-03-10 | Ignore job duplicates | Jakub Beránek | -1/+5 | |
| 2025-03-10 | Handle backticks in try job patterns | Jakub Beránek | -2/+9 | |
| 2025-03-10 | Allow using glob aliases for custom try jobs | Jakub Beránek | -34/+116 | |
| 2025-03-10 | Move job handling to a separate module | Jakub Beránek | -230/+242 | |
| 2025-03-10 | Make all keys explicit in citool | Jakub Beránek | -6/+12 | |
| Just to avoid surprises, the amount of used keys is not large. | ||||
| 2025-03-10 | Handle empty test suites in job summary report | Jakub Beránek | -3/+7 | |
| 2025-03-07 | Add post-merge analysis CI workflow | Jakub Beránek | -9/+282 | |
| 2025-03-06 | Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieni | Michael Goulet | -2/+6 | |
| Increase the max. custom try jobs requested to `20` Requested [here](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Increase.20try-job.20limit). r? ````@marcoieni```` | ||||
| 2025-03-05 | Increase the max. custom try jobs requested to `20` | Jakub Beránek | -2/+6 | |
| 2025-03-05 | Apply review remarks | Jakub Beránek | -2/+3 | |
| 2025-03-05 | Upload Datadog average CPU usage metric in citool | Jakub Beránek | -15/+785 | |
| 2025-03-05 | Make citool compilation faster | Jakub Beránek | -0/+4 | |
| 2025-03-04 | Record bootstrap step durations into GitHub summary in citool | Jakub Beránek | -2/+28 | |
| 2025-03-04 | Postprocess test suite metrics into GitHub summary | Jakub Beránek | -0/+164 | |
| 2025-02-17 | Trim channel | Jakub Beránek | -1/+3 | |
| To avoid including a newline at the end, which broke `only_on_channel` comparison. | ||||
| 2025-02-17 | Trim try-job names | Jakub Beránek | -1/+1 | |
| 2025-02-17 | Avoid double serialization of environment strings | Jakub Beránek | -21/+16 | |
| 2025-02-17 | Add tests | Jakub Beránek | -39/+324 | |
| 2025-02-17 | Add comment to [workspace] | Jakub Beránek | -0/+3 | |
| 2025-02-17 | Apply review comments | Jakub Beránek | -2/+7 | |
| 2025-02-17 | Add local job execution to `citool` | Jakub Beránek | -0/+82 | |
| 2025-02-17 | Implement CI tooling in Rust | Jakub Beránek | -0/+653 | |
