Skip to content

Commit

Permalink
Merge pull request hpcc-systems#17884 from GordonSmith/HPCC-30472-NIG…
Browse files Browse the repository at this point in the history
…HTLY_BUILD_FAIL

HPCC-30472 GH Actions running out of disk space

Reviewed-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
  • Loading branch information
ghalliday authored Oct 13, 2023
2 parents 1fa826e + 3e29051 commit 9e04332
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-containers-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
if: ${{ needs.check-skip.outputs.changed }}
runs-on: ubuntu-20.04
steps:
- name: Free additional disk space (remove Android SDK + Tools)
run: |
sudo rm -rf /usr/local/lib/android
- name: vars
id: vars
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-containers-target-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
if: ${{ needs.check-skip.outputs.changed }}
runs-on: ubuntu-20.04
steps:
- name: Free additional disk space (remove Android SDK + Tools)
run: |
sudo rm -rf /usr/local/lib/android
- name: vars
id: vars
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-test-eclwatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
if: ${{ needs.pre_job.outputs.eclwatch }}
runs-on: ubuntu-20.04
steps:
- name: Free additional disk space (remove Android SDK + Tools)
run: |
sudo rm -rf /usr/local/lib/android
- uses: actions/checkout@v2
with:
submodules: "recursive"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository == 'hpcc-systems/HPCC-Platform'
steps:
- name: Free additional disk space (remove Android SDK + Tools)
run: |
sudo rm -rf /usr/local/lib/android
- name: vars
id: vars
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
cache-state: ${{ steps.check-cache.outputs.state }}

steps:

- name: Free additional disk space (remove Android SDK + Tools)
run: |
sudo rm -rf /usr/local/lib/android
- name: Setup and git clone
id: vars
run: |
Expand Down

0 comments on commit 9e04332

Please sign in to comment.