about summary refs log tree commit diff
path: root/src/ci/citool/tests
AgeCommit message (Collapse)AuthorLines
2025-07-03Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzolbors-4/+4
Rename `mingw-*` CI jobs to `pr-*` The name `mingw` confuses people because these CI jobs now do much more than just cross-compile to mingw. This is basically a find/replace. I chose the name `pr-` because it's job is to do general PR checks,
2025-07-02Rename mingw-check-tidy to tidyChris Denton-2/+2
2025-07-01Rename mingw-* CI jobs to pr-*Chris Denton-4/+4
2025-07-01ci: support optional jobsMarcoIeni-0/+5
2025-06-09Run `calculate_matrix` job on the `master` branchJakub Beránek-0/+9
This allows us to reuse its cache on PR CI jobs.
2025-06-09Do not inherit environment variables in citool testsJakub Beránek-5/+10
So that we can make sure that they are reproducible locally.
2025-06-02Fix citool tests when executed ocallyJakub Beránek-0/+2
They couldn't be executed locally before due to some additional environment reads.
2025-05-30split `mingw-check` into twoonur-ozkan-2/+4
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-04-07enable in-tree std on some runnersonur-ozkan-1/+1
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-03-15Only use `DIST_TRY_BUILD` for try jobs that were not selected explicitlyJakub Beránek-12/+5
2025-03-13Add `doc_url` attribute to CI jobsJakub Beránek-1/+2
2025-02-17Add testsJakub Beránek-0/+209