From b406a72c082f7a702715145eb1c7bafcbfcbc807 Mon Sep 17 00:00:00 2001 From: Michael Wilkerson Date: Thu, 13 Oct 2022 12:11:39 -0700 Subject: [PATCH] try #13 --- .github/workflows/reusable-acceptance.yml | 6 +++--- .github/workflows/test.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-acceptance.yml b/.github/workflows/reusable-acceptance.yml index f8ad1d4f62..0c35712d3a 100644 --- a/.github/workflows/reusable-acceptance.yml +++ b/.github/workflows/reusable-acceptance.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22a31136dd..196dd371d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} @@ -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 }}