diff --git a/.github/workflows/ci-e2e.yaml b/.github/workflows/ci-e2e.yaml index 5f5846e5..8608c300 100644 --- a/.github/workflows/ci-e2e.yaml +++ b/.github/workflows/ci-e2e.yaml @@ -82,14 +82,16 @@ jobs: export TEST_HUB_NAMESPACE=multi-cluster-gateways export TEST_HUB_KUBE_CONTEXT=kind-mgc-control-plane export TEST_MANAGED_ZONE=${{ secrets.E2E_AWS_DNS_PUBLIC_ZONE_NAME }} - make test-e2e + export TEST_MANAGED_ZONE_NAME=mgc-dev-mz-aws + make test-e2e - name: Run suite GCP run: | export OCM_SINGLE=1 export TEST_HUB_NAMESPACE=multi-cluster-gateways export TEST_HUB_KUBE_CONTEXT=kind-mgc-control-plane export TEST_MANAGED_ZONE=${{ secrets.E2E_GCP_ZONE_DNS_NAME }} - make test-e2e + export TEST_MANAGED_ZONE_NAME=mgc-dev-mz-gcp + make test-e2e - name: Dump MGC logs if: ${{ failure() }} run: |