[CI] Speed up dependency install: dual-ABI Rust ext cache and prevalidation pruning (#33619)
This commit is contained in:
@@ -103,6 +103,12 @@ repos:
|
||||
language: system
|
||||
files: ^\.github/workflows/.*\.yml$
|
||||
pass_filenames: false
|
||||
- id: check-rust-ext-cache-prefix
|
||||
name: check rust-ext cache key prefix defaults match
|
||||
entry: python3 scripts/ci/check_rust_ext_cache_prefix.py
|
||||
language: system
|
||||
files: ^(\.github/actions/download-rust-ext/action\.yml|\.github/workflows/_pr-test-rust-ext-build\.yml)$
|
||||
pass_filenames: false
|
||||
- id: check-registered-tests
|
||||
name: validate registered test CI registries
|
||||
entry: python3 scripts/ci/check_registered_tests.py
|
||||
|
||||
Reference in New Issue
Block a user