-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add disk clearing step before building SDKs in GHA (#2651)
- Loading branch information
Showing
7 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,6 +169,17 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: mikhailshilkov/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
tool-cache: false | ||
dotnet: false | ||
android: true | ||
haskell: true | ||
swap-storage: true | ||
# TODO: enable once transient error with azure is resolved | ||
# E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/d/dotnet7/aspnetcore-targeting-pack-7.0_7.0.105-0ubuntu1%7e22.04.1_amd64.deb 404 Not Found [IP: 40.81.13.82 80] | ||
large-packages: false | ||
- name: Echo Coverage Output Dir | ||
run: 'echo "Coverage output directory: ${{ env.COVERAGE_OUTPUT_DIR }}"' | ||
- name: Generate Coverage Data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,6 +159,17 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: mikhailshilkov/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
tool-cache: false | ||
dotnet: false | ||
android: true | ||
haskell: true | ||
swap-storage: true | ||
# TODO: enable once transient error with azure is resolved | ||
# E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/d/dotnet7/aspnetcore-targeting-pack-7.0_7.0.105-0ubuntu1%7e22.04.1_amd64.deb 404 Not Found [IP: 40.81.13.82 80] | ||
large-packages: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- if: github.event_name == 'pull_request' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,17 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: mikhailshilkov/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
tool-cache: false | ||
dotnet: false | ||
android: true | ||
haskell: true | ||
swap-storage: true | ||
# TODO: enable once transient error with azure is resolved | ||
# E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/d/dotnet7/aspnetcore-targeting-pack-7.0_7.0.105-0ubuntu1%7e22.04.1_amd64.deb 404 Not Found [IP: 40.81.13.82 80] | ||
large-packages: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- if: github.event_name == 'pull_request' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,17 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: mikhailshilkov/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
tool-cache: false | ||
dotnet: false | ||
android: true | ||
haskell: true | ||
swap-storage: true | ||
# TODO: enable once transient error with azure is resolved | ||
# E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/d/dotnet7/aspnetcore-targeting-pack-7.0_7.0.105-0ubuntu1%7e22.04.1_amd64.deb 404 Not Found [IP: 40.81.13.82 80] | ||
large-packages: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- if: github.event_name == 'pull_request' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,6 +187,17 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: mikhailshilkov/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
tool-cache: false | ||
dotnet: false | ||
android: true | ||
haskell: true | ||
swap-storage: true | ||
# TODO: enable once transient error with azure is resolved | ||
# E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/universe/d/dotnet7/aspnetcore-targeting-pack-7.0_7.0.105-0ubuntu1%7e22.04.1_amd64.deb 404 Not Found [IP: 40.81.13.82 80] | ||
large-packages: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- if: github.event_name == 'pull_request' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters