Skip to content

Commit

Permalink
try #13
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 18, 2022
1 parent a5b5101 commit 2a7dc6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
include: # I am really sorry for this but I could not find a way to automatically split our tests into several runners. For now, split manually.
- {runner: "0", test-packages: "basic connect consul-dns"}
- {runner: "1", test-packages: "controller example ingress-gateway"}
- {runner: "2", test-packages: "mesh-gateway metrics"}
- {runner: "3", test-packages: "partitions sync terminating-gateway"}
- {runner: "4", test-packages: "vault"}
- {runner: "2", test-packages: "metrics partitions peering"}
- {runner: "3", test-packages: "snapshot-agent sync terminating-gateway"}
- {runner: "4", test-packages: "vault wan-federation"}

fail-fast: true
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
name: acceptance-tproxy
directory: acceptance/tests
go-version: ${{ needs.get-go-version.outputs.go-version }}
additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -enable-transparent-proxy"
additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -enable-transparent-proxy -consul-image=hashicorppreview/consul-enterprise:1.14-dev"
gotestsum-version: 1.6.4
secrets:
CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}
Expand All @@ -362,7 +362,7 @@ jobs:
name: acceptance
directory: acceptance/tests
go-version: ${{ needs.get-go-version.outputs.go-version }}
additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2"
additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -consul-image=hashicorppreview/consul-enterprise:1.14-dev"
gotestsum-version: 1.6.4
secrets:
CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}
Expand Down

0 comments on commit 2a7dc6a

Please sign in to comment.