File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,12 +168,6 @@ jobs:
168168 run : |
169169 echo "🔍 Checking for deprecated Rust cache settings..."
170170
171- # Check for deprecated cache-all-crates (ignore this workflow's own docs)
172- if grep -r --include='*.yml' --include='*.yaml' -n 'cache-all-crates:' .github/ \
173- | grep -v 'ci-reliability-test.yml'; then
174- echo "❌ Found deprecated 'cache-all-crates' setting:"
175- grep -r --include='*.yml' --include='*.yaml' -n 'cache-all-crates:' .github/ \
176- | grep -v 'ci-reliability-test.yml' || true
177171 # Match the YAML key only (avoid false positives from this script's comments)
178172 if grep -rIn --include='*.yml' -E '^[[:space:]]*cache-all-crates:' .github/; then
179173 echo "❌ Found deprecated 'cache-all-crates' setting:"
Original file line number Diff line number Diff line change 5454 docker-trivy :
5555 name : Trivy Container Scan
5656 runs-on : ubuntu-latest
57- timeout-minutes : 15
57+ timeout-minutes : 30
5858 permissions :
5959 security-events : write
6060 steps :
Original file line number Diff line number Diff line change 2727 verify-operator-boot :
2828 name : Verify Operator Boot & Cluster Connection
2929 runs-on : ubuntu-latest
30- timeout-minutes : 20
30+ timeout-minutes : 30
3131
3232 steps :
3333 - uses : actions/checkout@v7
You can’t perform that action at this time.
0 commit comments