about summary refs log tree commit diff
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)AuthorLines
2025-03-27Add CI metadata to bootstrap metricsJakub Beránek-0/+2
2025-03-17Small review improvementsJakub Beránek-2/+2
2025-03-15Print test diffs into GitHub summaryJakub Beránek-0/+5
2025-03-15Print metrics postprocessing to stdoutJakub Beránek-1/+1
2025-03-15Do not fail the build if metrics postprocessing or DataDog upload failsJakub Beránek-0/+6
2025-03-15Refactor metrics generation stepJakub Beránek-2/+6
2025-03-13Print job doc URL on job failureJakub Beránek-2/+14
2025-03-13Output job doc URL to allow Rust Log Analyzer to access itJakub Beránek-0/+1
2025-03-05Upload Datadog average CPU usage metric in citoolJakub Beránek-6/+2
2025-03-05Make citool compilation fasterJakub Beránek-3/+3
2025-03-04Postprocess test suite metrics into GitHub summaryJakub Beránek-0/+17
2025-03-03Rollup merge of #137849 - jieyouxu:undo-workaround, r=KobzolMatthias Krüger-14/+0
2025-03-02Auto merge of #136864 - Kobzol:citool, r=marcoienibors-3/+6
2025-03-01Revert "Remove Win SDK 10.0.26100.0 from CI"许杰友 Jieyou Xu (Joe)-14/+0
2025-02-28Remove Win SDK 10.0.26100.0 from CIChris Denton-0/+14
2025-02-20Auto merge of #137023 - Kobzol:bump-sccache, r=marcoienibors-0/+1
2025-02-17Test citool on CIJakub Beránek-0/+1
2025-02-17Update documentationJakub Beránek-2/+2
2025-02-17Use citool in CIJakub Beránek-3/+5
2025-02-14Add sccache S3 regionJakub Beránek-0/+1
2025-02-10Print the environment a second timeChris Denton-0/+5
2025-02-05Don't install msys2Chris Denton-19/+0
2025-01-21CI: free disk with in-tree script instead of GitHub ActionMarcoIeni-1/+1
2025-01-09CI: fix name of jobsJakub Beránek-3/+3
2025-01-07Add a command to run a given Linux CI job locallyJakub Beránek-1/+1
2025-01-07Rename CI script from `calculate-job-matrix` to `ci.py`Jakub Beránek-2/+2
2024-12-19ci: use ubuntu `24` instead of `latest`MarcoIeni-2/+2
2024-12-16[CI] Use a lockfile for installing the `datadog` packageJakub Beránek-2/+3
2024-11-26Rollup merge of #132605 - Kobzol:ci-increase-timeout, r=Mark-SimulacrumMichael Goulet-1/+1
2024-11-05CI: switch 7 linux jobs to free runnersMarcoIeni-5/+1
2024-11-04CI: increase timeout from 4h to 6hJakub Beránek-1/+1
2024-10-13Print how much disk space is left after CI build runsJakub Beránek-0/+5
2024-10-13Free up disk space on CI Linux runnersJakub Beránek-0/+12
2024-10-12add new CI step: "setup upstream remote"onur-ozkan-0/+3
2024-09-27Upload average CPU consumption of CI jobs to DataDogJakub Beránek-0/+10
2024-07-12Lower timeout of CI jobs to 4 hoursJakub Beránek-1/+1
2024-06-12Remove some msys2 utilsChris Denton-2/+0
2024-06-07CI: remove `Setup Python` actionJakub Beránek-6/+0
2024-06-05Fix publishing of toolstate historyJakub Beránek-1/+2
2024-05-26Add "Setup Python" action to github-hosted runnersChris Denton-0/+6
2024-05-26Cleanup custom mingw in CIChris Denton-3/+0
2024-05-15CI: fix toolstate publishingJakub Beránek-1/+2
2024-05-05CI: fix auto builds and make sure that we always have at least a single CI jobJakub Beránek-8/+0
2024-05-05Parse try build CI job name from commit messageJakub Beránek-0/+2
2024-04-29Output `run_type` from the matrix calculation jobJakub Beránek-4/+5
2024-04-29Remove redundant `success` expressions from stepsJakub Beránek-2/+2
2024-04-29Remove redundant `success()` conditionJakub Beránek-1/+1
2024-04-29Replace dynamically generated `ci.yml` file with the original templateJakub Beránek-49/+121
2024-04-29Unify outcome jobsJakub Beránek-32/+8
2024-04-27Add missing checkout stepJakub Beránek-0/+4