Skip to content

Commit

Permalink
Clean up runner to free some resource
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Aug 20, 2024
1 parent a3440a5 commit 2bbc124
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
- integration-tls-provider
- integration-tls-secret
steps:
# Ideally we'd use self-hosted runners, but this effort is still not stable
# This action will remove unused software (dotnet, haskell, android libs, codeql,
# and docker images) from the GH runner.
# This leaves ~45GB free as of 2024-04-10, but this amount has varied as GH changed their
# runners
- name: Maximise GH runner space
uses: jlumbroso/[email protected]

- name: Check out repo
uses: actions/checkout@v4

Expand All @@ -71,7 +79,7 @@ jobs:
juju add-model test-istio
tox -e ${{ matrix.integration-types }} -- --model test-istio
timeout-minutes: 80

- name: Setup Debug Artifact Collection
run: mkdir tmp
if: failure()
Expand Down

0 comments on commit 2bbc124

Please sign in to comment.