| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-15 | Put test differences into a `<details>` section and add better explanation ↵ | Jakub Beránek | -34/+56 | |
| of the post merge report | ||||
| 2025-03-15 | Add a helper function for outputting details | Jakub Beránek | -9/+18 | |
| 2025-03-15 | Add bootstrap stage to test names | Jakub Beránek | -4/+11 | |
| 2025-03-15 | Print test diffs into GitHub summary | Jakub Beránek | -6/+35 | |
| So that we can also observe them for try builds, before merging a PR. | ||||
| 2025-03-15 | Use first-level heading for test differences header | Jakub Beránek | -1/+1 | |
| 2025-03-15 | Print number of found test diffs | Jakub Beránek | -0/+1 | |
| 2025-03-15 | Refactor metrics and analysis in citool to distinguish them better | Jakub Beránek | -219/+196 | |
| 2025-03-15 | Print metrics postprocessing to stdout | Jakub Beránek | -28/+12 | |
| This allows the code to be simplified a little bit. | ||||
| 2025-03-15 | Rollup merge of #138454 - Kobzol:post-merge-workflow-fixes, r=jieyouxu | León Orell Valerian Liehr | -77/+138 | |
| Improve post-merge workflow Contains various fixes for the post-merge workflow implemented in https://github.com/rust-lang/rust/pull/138013, which were suggested on Zulip. This PR changes the grouping of test diffs and ignores doctests, as they are too noisy. I'll post an example output (before/after this PR) in comments below. r? ```@jieyouxu``` | ||||
| 2025-03-14 | Add clarification about doctests | Jakub Beránek | -1/+1 | |
| 2025-03-13 | Add `doc_url` attribute to CI jobs | Jakub Beránek | -1/+7 | |
| 2025-03-13 | Do not print doctest diffs in the report | Jakub Beránek | -12/+44 | |
| When they are moved around in code, their name changes, which produces too noisy diffs. | ||||
| 2025-03-13 | Group diffs by tests, rather than job groups | Jakub Beránek | -76/+86 | |
| 2025-03-13 | Add cache for downloading job metrics | Jakub Beránek | -0/+17 | |
| To make it easier to experiment locally. | ||||
| 2025-03-13 | Print the compared SHAs | Jakub Beránek | -0/+2 | |
| 2025-03-13 | Fix pluralization of tests | Jakub Beránek | -1/+1 | |
| 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 | |
