Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Update e2e GH Workflow #675

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

mikenairn
Copy link
Member

@mikenairn mikenairn commented Nov 15, 2023

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

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
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see this log in the e2e test run. I would have expected to see it after line 254 and before 256 below. Is that an indication something isn't running as expected?
Screenshot 2023-11-15 at 16 36 38

Copy link
Contributor

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?

Copy link
Member Author

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.

@laurafitzgerald
Copy link
Contributor

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Nov 15, 2023

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit f423f73 into Kuadrant:main Nov 15, 2023
9 checks passed
@mikenairn mikenairn deleted the update_e2e_gh_workflow branch November 15, 2023 16:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants