Skip to content

hive/e2e-pool: actually disable managed DNS#42172

Merged
openshift-merge-robot merged 1 commit into
openshift:masterfrom
2uasimojo:HIVE-2259/export-managed-dns-var
Aug 11, 2023
Merged

hive/e2e-pool: actually disable managed DNS#42172
openshift-merge-robot merged 1 commit into
openshift:masterfrom
2uasimojo:HIVE-2259/export-managed-dns-var

Conversation

@2uasimojo
Copy link
Copy Markdown
Member

@2uasimojo 2uasimojo commented Aug 9, 2023

This variable wasn't getting into the test because we weren't exporting it. Fix.

HIVE-2259

This variable wasn't getting into the test because we weren't exporting
it. Fix.

HIVE-2259
@2uasimojo
Copy link
Copy Markdown
Member Author

/assign @dlom

@openshift-ci openshift-ci Bot requested review from abutcher and suhanime August 9, 2023 23:15
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 9, 2023
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@2uasimojo: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-hive-master-e2e-pool openshift/hive presubmit Ci-operator config changed
pull-ci-openshift-hive-mce-2.2-e2e-pool openshift/hive presubmit Ci-operator config changed
pull-ci-openshift-hive-mce-2.3-e2e-pool openshift/hive presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 10 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 20 rehearsals
Comment: /pj-rehearse max to run up to 35 rehearsals
Comment: /pj-rehearse auto-ack to run up to 10 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse abort to abort all active rehearsals

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@2uasimojo
Copy link
Copy Markdown
Member Author

This actually might end up trimming a little time off the test run too, as we won't have to wait for the dnsendpoint controller.

@dlom
Copy link
Copy Markdown
Contributor

dlom commented Aug 9, 2023

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 9, 2023
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 9, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 2uasimojo, dlom

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@2uasimojo
Copy link
Copy Markdown
Member Author

/pj-rehearse auto-ack

2uasimojo added a commit to 2uasimojo/hive that referenced this pull request Aug 10, 2023
It turns out we weren't actually disabling managed DNS for e2e-pool --
see openshift/release#42172. However, attempting
to do so revealed a timing problem which was being papered over: We were
using `oc wait` to wait for the controllers to become ready, but
hive-operator hadn't yet gotten a chance to create those deployments.
(When we were enabling managed DNS, that process took some time *and*
waited for those deployments, so we never noticed.)

With this commit, after waiting for the hive-operator deployment itself
to become Available, we then wait for HiveConfig to report Ready,
indicating that the operator has created the deployments.
@2uasimojo
Copy link
Copy Markdown
Member Author

Okay, these failz should be addressed by openshift/hive#2087; will retest once that lands.

@2uasimojo
Copy link
Copy Markdown
Member Author

/pj-rehearse auto-ack

@2uasimojo
Copy link
Copy Markdown
Member Author

failz should be addressed by openshift/hive#2087; will retest once that lands.

@2uasimojo
Copy link
Copy Markdown
Member Author

2uasimojo commented Aug 10, 2023

Oh. I'm going to need to backport #2087 to mce-2.3 and mce-2.2.

openshift-cherrypick-robot pushed a commit to openshift-cherrypick-robot/hive that referenced this pull request Aug 10, 2023
It turns out we weren't actually disabling managed DNS for e2e-pool --
see openshift/release#42172. However, attempting
to do so revealed a timing problem which was being papered over: We were
using `oc wait` to wait for the controllers to become ready, but
hive-operator hadn't yet gotten a chance to create those deployments.
(When we were enabling managed DNS, that process took some time *and*
waited for those deployments, so we never noticed.)

With this commit, after waiting for the hive-operator deployment itself
to become Available, we then wait for HiveConfig to report Ready,
indicating that the operator has created the deployments.
@2uasimojo
Copy link
Copy Markdown
Member Author

/pj-rehearse pull-ci-openshift-hive-mce-2.3-e2e-pool

Landed openshift/hive#2089

openshift-cherrypick-robot pushed a commit to openshift-cherrypick-robot/hive that referenced this pull request Aug 10, 2023
It turns out we weren't actually disabling managed DNS for e2e-pool --
see openshift/release#42172. However, attempting
to do so revealed a timing problem which was being papered over: We were
using `oc wait` to wait for the controllers to become ready, but
hive-operator hadn't yet gotten a chance to create those deployments.
(When we were enabling managed DNS, that process took some time *and*
waited for those deployments, so we never noticed.)

With this commit, after waiting for the hive-operator deployment itself
to become Available, we then wait for HiveConfig to report Ready,
indicating that the operator has created the deployments.
@2uasimojo
Copy link
Copy Markdown
Member Author

/pj-rehearse pull-ci-openshift-hive-mce-2.2-e2e-pool

Landed openshift/hive#2090

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 11, 2023

@2uasimojo: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@2uasimojo
Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 11, 2023
@openshift-merge-robot openshift-merge-robot merged commit f74af17 into openshift:master Aug 11, 2023
@2uasimojo 2uasimojo deleted the HIVE-2259/export-managed-dns-var branch August 11, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants