Skip to content

Commit

Permalink
Update e2e GH Workflow
Browse files Browse the repository at this point in the history
Add TEST_MANAGED_ZONE_NAME env var to e2e test suite steps. This will be
required for
Kuadrant#636,
but adding these here now to make life easier testing that PR.
  • Loading branch information
mikenairn committed Nov 15, 2023
1 parent f3f25cf commit 7e0552f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7e0552f

Please sign in to comment.