about summary refs log tree commit diff
path: root/src/ci
AgeCommit message (Expand)AuthorLines
2025-04-17Add a note about the test dashboard to the post-merge reportJakub Beránek-1/+15
2025-04-17Turn `test_dashboard` into a fileJakub Beránek-0/+0
2025-04-17Print number of root tests and subdirectoriesJakub Beránek-1/+6
2025-04-17Create a macro for rendering test resultsJakub Beránek-3/+7
2025-04-17Render test revisions separatelyJakub Beránek-10/+46
2025-04-17Add a note about how to find tests that haven't been executed anywhere.Jakub Beránek-55/+22
2025-04-17Add buttons for expanding and collapsing all test suitesJakub Beránek-54/+84
2025-04-17Add command to `citool` for generating a test dashboardJakub Beránek-1/+433
2025-04-17Extract function for normalizing path delimiters to `utils`Jakub Beránek-7/+12
2025-04-17Make `parent` in `download_auto_job_metrics` optionalJakub Beránek-12/+13
2025-04-15Rollup merge of #139859 - marcoieni:rename-macos-runner, r=KobzolMatthias Krüger-6/+6
2025-04-15CI: rename MacOS runnerMarcoIeni-6/+6
2025-04-14ci: add runners for vanilla LLVM 20Josh Stone-0/+94
2025-04-14Improve wording of post-merge reportJakub Beránek-11/+15
2025-04-10update miniz_oxide to 0.8.8oyvindln-2/+2
2025-04-09Rollup merge of #139481 - Kobzol:post-merge-links, r=marcoieniMatthias Krüger-11/+153
2025-04-08Rollup merge of #139386 - onur-ozkan:configurable-compiletest-libtest, r=jiey...Stuart Cook-2/+4
2025-04-07Add job summary links to post-merge reportJakub Beránek-10/+152
2025-04-07Sort job duration changes by absolute durationJakub Beránek-1/+1
2025-04-07enable in-tree std on some runnersonur-ozkan-2/+4
2025-04-05Update the minimum external LLVM to 19Josh Stone-102/+6
2025-04-02Demote i686-pc-windows-gnu to Tier 2Noratrieb-28/+2
2025-03-27Add CI metadata to bootstrap metricsJakub Beránek-2/+4
2025-03-27Add a note about interpreting job duration changesJakub Beránek-1/+9
2025-03-27Add cache for job metricsJakub Beránek-1/+19
2025-03-27Add job duration changes stats in post-merge analysisJakub Beránek-5/+57
2025-03-26Rollup merge of #138930 - Kobzol:analyze-bootstrap-diffs, r=marcoieniStuart Cook-28/+140
2025-03-25Add diff of bootstrap stepsJakub Beránek-28/+140
2025-03-22Group test diffs by stage in post-merge analysisJakub Beránek-18/+25
2025-03-21Disable CI mode when checking default bootstrap profilesJakub Beránek-1/+2
2025-03-19Auto merge of #138693 - matthiaskrgr:rollup-ejq8mwp, r=matthiaskrgrbors-8/+1
2025-03-19Auto merge of #138690 - jieyouxu:temp-disable-fuchsia, r=Kobzolbors-7/+10
2025-03-19Temporarily disable Fuchsia test job to unblock queueJieyou Xu-7/+10
2025-03-18Remove double nesting in post-merge workflowJakub Beránek-8/+1
2025-03-17Rollup merge of #138533 - Kobzol:try-job-auto-tests, r=marcoieniMatthias Krüger-19/+24
2025-03-17Rollup merge of #138531 - Kobzol:test-diff-try-build, r=marcoieniMatthias Krüger-470/+515
2025-03-17Small review improvementsJakub Beránek-2/+2
2025-03-17replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-makebit-aloo-2/+2
2025-03-16Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieubors-7/+33
2025-03-15Auto merge of #137665 - Kobzol:update-sccache, r=marcoienibors-5/+7
2025-03-15Only use `DIST_TRY_BUILD` for try jobs that were not selected explicitlyJakub Beránek-19/+24
2025-03-15Reformat codeJakub Beránek-7/+10
2025-03-15Do not error out on missing parent metricsJakub Beránek-5/+18
2025-03-15Put test differences into a `<details>` section and add better explanation of...Jakub Beránek-34/+56
2025-03-15Add a helper function for outputting detailsJakub Beránek-9/+18
2025-03-15Add bootstrap stage to test namesJakub Beránek-4/+11
2025-03-15Print test diffs into GitHub summaryJakub Beránek-6/+35
2025-03-15Use first-level heading for test differences headerJakub Beránek-1/+1
2025-03-15Print number of found test diffsJakub Beránek-0/+1
2025-03-15Refactor metrics and analysis in citool to distinguish them betterJakub Beránek-219/+196