Skip to content

Commit

Permalink
Attempt to reclaim some space on the github ubuntu runner. (broadinst…
Browse files Browse the repository at this point in the history
…itute#8371)

* Reclaim some space on the github ubuntu runner so the CI WDL tasks don't run out of docker image disk space.
  • Loading branch information
cmnbroad committed Jun 21, 2023
1 parent abe8148 commit 4590e4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,12 @@ jobs:
continue-on-error: true
name: WDL test ${{ matrix.wdlTest }} on cromwell
steps:
#Reclaim some disk space on the runner to prevent the WDL tasks from running out of space on the docker.
#https://stackoverflow.com/questions/75536771/github-runner-out-of-disk-space-after-building-docker-image
- name: Reclaim some runner disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLS_DIRECTORY"
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 4590e4a

Please sign in to comment.