Skip to content

Commit 9a3e4ee

Browse files
authored
ci: free up more disk space for coverage report job (#1531)
# What does this PR do? The coverage job is flaky lately due to running out of disk space sometimes. Removing more unnecessary files from the image might help. # Motivation What inspired you to submit this pull request? # Additional Notes Anything else we should know when reviewing? # How to test the change? Describe here in detail how the change can be validated. Co-authored-by: edmund.kump <[email protected]>
1 parent 00c1cd7 commit 9a3e4ee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
jobs:
1010
coverage:
11-
runs-on: ubuntu-latest
11+
runs-on:
12+
labels: ubuntu-latest-16-cores
13+
group: APM Larger Runners
1214
env:
1315
CARGO_TERM_COLOR: always
1416
CARGO_INCREMENTAL: 0
@@ -20,7 +22,7 @@ jobs:
2022
android: true
2123
dotnet: true
2224
haskell: true
23-
large-packages: false
25+
large-packages: true
2426
docker-images: true
2527
swap-storage: true
2628
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

0 commit comments

Comments
 (0)