Philipp Krones
25509e7135
exclude some directories from Lintcheck CI ( #14084 )
...
Currently, the CI pipeline triggers `Lintcheck` for all PRs. However,
this check takes significant amount of time and seems unnecessary for
some certain directories that are frequently updated.
r? flip1995
changelog: none
2025-01-28 10:29:58 +00:00
lapla-cogito
75b39d00ab
exclude specific directories from Lintcheck
2025-01-28 19:13:25 +09:00
lapla-cogito
a8551362f2
set default changelog messages to fail the changelog CI
2025-01-24 11:47:21 +09:00
Samuel Tardieu
6c367cb83f
Update mdbook to 0.4.43
2025-01-13 16:55:42 +01:00
Samuel Tardieu
1bdee5b6b3
CI: rerun the changelog check on PR synchronization
...
Rerunning the PR checks when a PR is synchronized (new commits added, or
force-pushed) seems to remove the changelog checks from the UI while
keeping the PR mergeable from the maintainer's interface.
This PR reruns the cheap changelog check when a PR is synchronized.
2025-01-10 18:17:55 +01:00
Samuel Tardieu
7639e82939
CI: check the presence of the changelog line in every pull request
...
Checking it only in the merge queue leads to deferred failures once the
decision to merge has been taken already.
2025-01-10 17:23:10 +01:00
Samuel Tardieu
12d3137560
CI: be compatible with both Rustup pre-1.28.0 and 1.28.0
...
`rustup show active-toolchain` will no longer install the default
toolchain starting from Rustup 1.28.0, and `rustup toolchain install`
without extra arguments is not supported in Rustup pre-1.28.0.
2025-01-04 23:12:32 +01:00
blyxyas
7ac151508e
Make CI a little bit safer
2025-01-03 00:44:35 +01:00
Philipp Krones
a28c44fc96
Merge pull request #13587 from Kobzol/ci-remove-bors
...
Switch CI from bors to merge queue
2024-11-07 17:42:31 +00:00
Jakub Beránek
843ef1b1f0
Remove path filter
...
It would cause issues with the required jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files.
2024-11-07 18:32:06 +01:00
Jakub Beránek
9ebe68d8c3
Add conclusion job to PR CI
2024-11-07 18:30:28 +01:00
Hamir Mahal
d63322f0f4
fix: usage of a deprecated Node.js version
2024-10-28 09:04:16 -07:00
Jakub Beránek
3338611c1b
Switch CI from bors to merge queue
2024-10-25 10:28:45 +02:00
Trivikram Kamat
f7b940ae7c
Update actions/setup-node to v4
2024-09-23 22:08:54 -07:00
Philipp Krones
cdb442362b
Bump actions/download-artifact from 3 to 4
2024-09-04 18:28:38 +02:00
Alex Macleod
182cd5f278
Replace the metadata collector with tests
2024-08-12 20:24:46 +00:00
bors
9d9a0dcb64
Auto merge of #13225 - Jarcho:warnings, r=flip1995
...
Use `-D warnings` instead of `deny-warnings` feature.
r? `@flip1995`
changelog: none
2024-08-06 14:58:50 +00:00
Jason Newcomb
4e57b2c46f
Use -D warnings instead of deny-warnings feature.
2024-08-06 10:46:39 -04:00
Alex Macleod
d18ce7cea0
lintcheck: force warn all lints
2024-08-03 12:28:52 +00:00
xFrednet
23b231a5d6
Lintcheck: Fix Errors, because of course
2024-07-22 18:19:37 +02:00
xFrednet
10bf729e3f
Lintcheck: Include truncated diff in CI artifacts
2024-07-22 18:10:03 +02:00
xFrednet
4fea5199e4
Lintcheck: Order summary by lint and truncate messages
2024-07-22 17:59:26 +02:00
xFrednet
4798383c33
Lintcheck: Limit summary size to 1024k and copy to logs
2024-07-22 17:59:09 +02:00
xFrednet
8940bc3c46
Lintcheck: New testset for Clippy's CI (200 crates for ~10 min)
2024-07-19 19:52:07 +02:00
xFrednet
25bb612538
Lintcheck: Add --warn-all and make it the CI default
2024-07-05 16:42:20 +02:00
Alex Macleod
2194304b05
Cache lintcheck binary in ci
2024-06-23 17:05:46 +00:00
Alex Macleod
feb0671893
Add lintcheck diff github action
2024-06-15 13:58:10 +00:00
Alex Macleod
821dc871af
Manually set library paths in .github/driver.sh
2024-05-16 21:11:58 +01:00
Alex Macleod
fb2e827c64
Pin remark-lint-maximum-line-length version
2024-04-11 14:17:10 +00:00
Jakub Beránek
11c2bad059
CI: replace cancel-outdated-builds with concurrency groupo
2024-03-13 17:26:07 +01:00
Alex Macleod
ce4b81d2a7
Bump macOS CI version to 13
2024-02-29 14:54:37 +00:00
Bruce Mitchener
4c64d7cea2
ci: Update to actions/checkout@v4 from v3.
...
This also updates the book's section on CI for the same thing.
changelog: none
2023-12-26 18:43:16 -05:00
Philipp Krones
a7acfa263a
Run sanity check for integration tests first
...
If that test fails, running all other tests doesn't make sense. This test only
takes a few seconds to run. So running it right away will make the pipeline
fail faster.
2023-12-05 17:35:51 +01:00
Philipp Krones
c9a43b18f1
Merge commit ' f0cdee4a3f' into clippy-subtree-sync
2023-12-01 18:21:58 +01:00
Philipp Krones
77c1e3aaa1
Merge commit ' 09ac14c901' into clippyup
2023-11-02 17:35:56 +01:00
Philipp Krones
772296c50e
Merge commit ' 7671c283a5' into clippyup
2023-09-25 11:28:58 +02:00
Philipp Krones
471469d30f
Merge commit ' 98363cbf6a' into clippyup
2023-09-12 18:44:06 +02:00
Philipp Krones
b0e64a9c09
Merge commit ' 5436dba826' into clippyup
2023-07-31 23:53:53 +02:00
Philipp Krones
d6d530fd0b
Merge commit ' d9c24d1b1e' into clippyup
2023-07-17 10:22:32 +02:00
Philipp Krones
cb3ecf7b79
Merge commit ' 37f4c1725d' into clippyup
2023-07-02 14:59:02 +02:00
Philipp Krones
b76b0aeb63
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
Philipp Krones
7e9abb311d
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
Philipp Krones
6b95029f17
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
Philipp Krones
5c7a65251a
Merge commit ' 1480cea393' into clippyup
2023-01-27 21:09:08 +01:00
Philipp Krones
1c422524c7
Merge commit ' 4bdfb0741d' into clippyup
2022-12-17 14:12:54 +01:00
flip1995
cd0bb7de01
Merge commit ' 4f142aa105' into clippyup
2022-10-23 15:18:45 +02:00
Jason Newcomb
fb41bfa774
Merge commit ' f51aade56f' into clippyup
2022-08-31 09:24:45 -04:00
Philipp Krones
7d4daaa8fa
Merge commit ' fdb84cbfd2' into clippyup
2022-07-18 09:39:37 +02:00
Philipp Krones
09f5df5087
Merge commit ' 0cb0f76368' into clippyup
2022-06-30 10:50:09 +02:00
flip1995
f8f9d01c2a
Merge commit ' d7b5cbf065' into clippyup
2022-06-16 17:39:06 +02:00