about summary refs log tree commit diff
path: root/src/ci/scripts/should-skip-this.sh
AgeCommit message (Collapse)AuthorLines
2023-02-05Run the tools builder on all PRsJoshua Nelson-36/+1
Previously, it would only run on changes to subtrees, submodules, or select directories. That made it so that changes to the compiler that broke tools would only be detected on a full bors merge. This makes it so the tools builder runs by default, making it easier to catch breaking changes to clippy (which was the most effected).
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-10-12should-skip-this: add missing backslashRalf Jung-1/+1
2022-10-07run Miri CI when std::sys changesRalf Jung-1/+4
2022-10-04test Miri changes in PR CI; we no longer need xargoRalf Jung-2/+3
2022-03-18Run rustdoc GUI tests when browser-ui-test version is updatedGuillaume Gomez-0/+1
2022-03-16Run GUI test when browser-ui-test version is updatedGuillaume Gomez-0/+1
2021-07-28add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightlyPietro Albini-25/+37
2021-05-26Also run check in case there are changes in the rustdoc-gui toolsGuillaume Gomez-2/+4
2021-05-26Enforce rustdoc-gui test-suite runGuillaume Gomez-0/+4
2021-05-14ci(should-skip-this): only check commits when skip rule enabledCaleb Cartwright-7/+11
2021-05-14should-skip-this: Check for changes between the master branch, not the ↵Joshua Nelson-2/+6
previous commit. The previous commit could be part of the current PR.
2021-05-14Run toolstate jobs when src/tools/rustfmt is modified.Joshua Nelson-2/+2
Previously, this would be caught by a change for modified submodules; now that rustfmt is no longer a submodule, the check needs to be explicit.
2020-11-07Run tools builder on subtree changesMark Rousskov-0/+4
2019-10-29Apply suggestions from lzutaoPietro Albini-1/+1
Co-Authored-By: lzutao <taolzu@gmail.com>
2019-10-29ci: extract job skipping logic into a scriptPietro Albini-0/+20