-
Notifications
You must be signed in to change notification settings - Fork 23
Update e2e GH Workflow #675
Update e2e GH Workflow #675
Conversation
7e0552f
to
84c9b96
Compare
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. Add log to show image for mgc-controller-manager and mgc-policy-controller
84c9b96
to
24ec7b6
Compare
@@ -68,6 +68,8 @@ jobs: | |||
- name: Deploy | |||
run: | | |||
make docker-build-gateway-controller kind-load-gateway-controller docker-build-policy-controller kind-load-policy-controller deploy-gateway-controller | |||
kubectl --context kind-mgc-control-plane -n multicluster-gateway-controller-system get deployments/mgc-controller-manager -o yaml | yq .spec.template.spec.containers[0].image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah i think this would be expected.
the config changes need to merge before being applied right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, i just realised we won't see it until it's merged as it's running the version from main.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: laurafitzgerald, mikenairn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add TEST_MANAGED_ZONE_NAME env var to e2e test suite steps. This will be required for
#636, but adding these here now to make life easier testing that PR.
Add log to show image for mgc-controller-manager and mgc-policy-controller