Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Sep 14, 2023
1 parent 4441db3 commit de2a8fd
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resync-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
43 changes: 35 additions & 8 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOVERSION: 1.20.1
GOVERSION: 1.21.x
JAVAVERSION: "11"
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODEVERSION: 16.x
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down Expand Up @@ -222,15 +222,42 @@ jobs:
fields: repo,commit,author,action
status: ${{ job.status }}
sentinel:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
name: sentinel
# We would like to be able to specify `sentinel` as the only required job for this
# workflow. To do that, we need `sentinel` to succeed only when it is safe to
# merge and fail in all other cases.
#
# We can't use the default `if: success()`, since GitHub interprets a skipped job as a
# success, and by default a dependee job failing will skip a dependent job. That means
# if a test step fails, then it will skip `sentinel` so GitHub will register
# `sentinel` as succeeded.
#
# GitHub documents `jobs.result` as:
#
# The result of a job in the reusable workflow. Possible values are success,
# failure, cancelled, or skipped.
#
# GitHub documents `cancelled()` as:
#
# Returns true if the workflow was canceled.
#
# Combining these terms gives us an intuitive definition of success:
#
# We have succeeded when no dependent workflow has failed and the job was
# not cancelled.
#
if: (github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository) &&
! cancelled()
needs:
- test
runs-on: ubuntu-latest
steps:
- name: Is workflow a success
run: echo yes
- name: Workflow is not a success
if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped')
run: exit 1
- name: Workflow is a success
run: echo "🎉🎈🎉🎈🎉"
test:
if: github.event_name == 'repository_dispatch' ||
github.event.pull_request.head.repo.full_name == github.repository
Expand All @@ -257,7 +284,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
cache-dependency-path: |
sdk/go.sum
go-version: 1.20.1
go-version: 1.21.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].5
uses: pulumi/[email protected].6
with:
kind: bridge
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].5
uses: pulumi/[email protected].6
with:
kind: all
- env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TFGEN := pulumi-tfgen-$(PACK)
PROVIDER := pulumi-resource-$(PACK)
VERSION := $(shell pulumictl get version)
JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.9.5
JAVA_GEN_VERSION := v0.5.4
TESTPARALLELISM := 10
WORKING_DIR := $(shell pwd)

Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-confluentcloud/examples

go 1.20
go 1.21

require github.com/pulumi/pulumi/pkg/v3 v3.78.1

Expand Down
Loading

0 comments on commit de2a8fd

Please sign in to comment.