-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflows. (#2911)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 7e622ff9e2a92f3a43b0a21411bf386eac1c23e7.
- Loading branch information
1 parent
c9229a9
commit 8237e45
Showing
5 changed files
with
40 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -219,6 +219,15 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: pulumi/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
android: true | ||
dotnet: false | ||
haskell: true | ||
large-packages: false | ||
swap-storage: true | ||
tool-cache: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- name: Unit-test provider code | ||
|
@@ -264,6 +273,8 @@ jobs: | |
author_name: Failure in building provider prerequisites | ||
fields: repo,commit,author,action | ||
status: ${{ job.status }} | ||
|
||
|
||
publish: | ||
name: publish | ||
needs: | ||
|
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 |
---|---|---|
|
@@ -128,6 +128,7 @@ jobs: | |
- dotnet | ||
- go | ||
- java | ||
|
||
prerequisites: | ||
name: prerequisites | ||
runs-on: ubuntu-latest | ||
|
@@ -162,6 +163,15 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: pulumi/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
android: true | ||
dotnet: false | ||
haskell: true | ||
large-packages: false | ||
swap-storage: true | ||
tool-cache: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- name: Unit-test provider code | ||
|
@@ -207,6 +217,8 @@ jobs: | |
author_name: Failure in building provider prerequisites | ||
fields: repo,commit,author,action | ||
status: ${{ job.status }} | ||
|
||
|
||
test: | ||
name: test | ||
needs: build_sdk | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,6 +175,15 @@ jobs: | |
uses: jaxxstorm/[email protected] | ||
with: | ||
repo: pulumi/schema-tools | ||
- name: Clear GitHub Actions Ubuntu runner disk space | ||
uses: jlumbroso/free-disk-space@main | ||
with: | ||
android: true | ||
dotnet: false | ||
haskell: true | ||
large-packages: false | ||
swap-storage: true | ||
tool-cache: false | ||
- name: Build tfgen & provider binaries | ||
run: make provider | ||
- name: Unit-test provider code | ||
|
@@ -212,13 +221,16 @@ jobs: | |
with: | ||
name: ${{ env.PROVIDER }}-provider.tar.gz | ||
path: ${{ github.workspace }}/bin/provider.tar.gz | ||
retention-days: 30 | ||
- if: failure() && github.event_name == 'push' | ||
name: Notify Slack | ||
uses: 8398a7/action-slack@v3 | ||
with: | ||
author_name: Failure in building provider prerequisites | ||
fields: repo,commit,author,action | ||
status: ${{ job.status }} | ||
|
||
|
||
publish: | ||
name: publish | ||
needs: | ||
|
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