Skip to content

Commit

Permalink
Merge pull request #118 from datawire/rlane/upgrade-provision-cluster
Browse files Browse the repository at this point in the history
Upgrade provision-cluster to latest
  • Loading branch information
rick-a-lane-ii committed Apr 3, 2024
2 parents fff99fe + be64f77 commit 9d1e42e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,18 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: stable
go-version-file: go.mod
- name: Setup kubectl
uses: azure/setup-kubectl@v3
id: kubectl
- name: Provision Kubeception cluster
id: kluster
uses: datawire/infra-actions/[email protected].6
uses: datawire/infra-actions/[email protected].8
with:
distribution: Kubeception
version: 1.26
kubeconfig: ${{ env.KUBECONFIG }}
kubeceptionToken: ${{ secrets.DEV_AMBASSADOR_AGENT_KUBECEPTION_TOKEN }}
gkeCredentials: '{"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66
- name: Add a private image registry to the cluster
run: make private-registry
- name: Build image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- uses: actions/setup-go@v3
with:
go-version: stable
go-version-file: go.mod
- name: "Generate dependency information"
shell: bash
run: make generate
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
exit 1
fi
echo '::info:: Files are up-to-date'
echo '::info:: Files are up-to-date'
4 changes: 2 additions & 2 deletions .github/workflows/test_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: stable
go-version-file: go.mod

- name: Lint
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: stable
go-version-file: go.mod

- name: go unit tests
run: |
Expand Down

0 comments on commit 9d1e42e

Please sign in to comment.