Attempt to reduce contention in integ-test-full

This commit is contained in:
daz
2024-08-07 08:13:13 -06:00
committed by Daz DeBoer
parent 0b404a7148
commit 64869b1757
10 changed files with 37 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ env:
jobs:
cache-cleanup-full-build:
strategy:
max-parallel: 1
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
@@ -43,6 +44,7 @@ jobs:
cache-cleanup-assemble-build:
needs: cache-cleanup-full-build
strategy:
max-parallel: 1
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
@@ -65,6 +67,7 @@ jobs:
cache-cleanup-check-clean-cache:
needs: cache-cleanup-assemble-build
strategy:
max-parallel: 1
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}