Skip to content

Commit

Permalink
tmp: create KIND cluster in advance
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 6, 2023
1 parent 33a8c3f commit 689b82e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ jobs:
with:
go-version-file: go.mod

- name: Create KIND cluster
uses: helm/[email protected]
with:
node_image: kindest/node@${{ needs.dependencies-versions.outputs.kind }}
cluster_name: ktf-cluster-${{ matrix.name }}

- name: Install Telepresence
uses: datawire/telepresence-actions/[email protected]
- name: Install Traffic Manager
Expand All @@ -178,6 +184,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KONG_LICENSE_DATA: ${{ steps.license.outputs.license }}
KONG_TEST_CLUSTER: kind:ktf-cluster-${{ matrix.name }}
KONG_CONTROLLER_FEATURE_GATES: "${{ matrix.feature_gates }}"
JUNIT_REPORT: integration-tests-${{ matrix.name }}.xml
# Use Github's "ternary operator" to fallback to default router flavor
Expand Down

0 comments on commit 689b82e

Please sign in to comment.