Skip to content

Conversation

@bparees
Copy link
Contributor

@bparees bparees commented Oct 28, 2022

No description provided.

@bparees bparees added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 28, 2022
@openshift-ci openshift-ci bot requested review from stlaz and sttts October 28, 2022 21:15
@bparees bparees changed the title CONSOLE-3322: Update cluster-authentication-operator not to go degraded without console [4.13] CONSOLE-3322: Update cluster-authentication-operator not to go degraded without console Oct 28, 2022
@bparees bparees force-pushed the nocache branch 3 times, most recently from 1d52991 to 881a105 Compare November 4, 2022 21:05
@bparees
Copy link
Contributor Author

bparees commented Nov 7, 2022

/retest-required

1 similar comment
@bparees
Copy link
Contributor Author

bparees commented Nov 8, 2022

/retest-required


// Check if the Console capability is enabled on the cluster and sync and add its informer and lister.
if enabledClusterCapabilities.Has("Console") {
preRunCacheSynced = append(preRunCacheSynced, configInformer.Config().V1().Consoles().Informer().HasSynced)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be listers.PreRunCachesSynced = append(listers.PreRunCachesSynced, ... to make sure the above struct contains the right slice

@stlaz
Copy link
Contributor

stlaz commented Nov 8, 2022

/lgtm

@bparees
Copy link
Contributor Author

bparees commented Nov 8, 2022

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 8, 2022
@bparees
Copy link
Contributor Author

bparees commented Nov 8, 2022

/cherry-pick release-4.12

@openshift-cherrypick-robot

@bparees: once the present PR merges, I will cherry-pick it on top of release-4.12 in a new PR and assign it to you.

Details

In response to this:

/cherry-pick release-4.12

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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 8, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 8, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bparees, stlaz

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 8, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 8, 2022

@bparees: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-agnostic-ipv6 dbf8200 link false /test e2e-agnostic-ipv6

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.

@bparees bparees changed the title [4.13] CONSOLE-3322: Update cluster-authentication-operator not to go degraded without console CONSOLE-3322: Update cluster-authentication-operator not to go degraded without console [4.13] Nov 9, 2022
@bparees bparees changed the title CONSOLE-3322: Update cluster-authentication-operator not to go degraded without console [4.13] AUTH-319: Update cluster-authentication-operator not to go degraded without console [4.13] Nov 9, 2022
@bparees bparees changed the title AUTH-319: Update cluster-authentication-operator not to go degraded without console [4.13] OCPBUGS-3441: Update cluster-authentication-operator not to go degraded without console [4.13] Nov 9, 2022
@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Nov 9, 2022
@openshift-ci-robot
Copy link
Contributor

@bparees: This pull request references Jira Issue OCPBUGS-3441, which is invalid:

  • expected the bug to target the "4.13.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

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.

@bparees
Copy link
Contributor Author

bparees commented Nov 9, 2022

/jira refresh

@openshift-ci-robot
Copy link
Contributor

@bparees: This pull request references Jira Issue OCPBUGS-3441, which is invalid:

  • expected the bug to target the "4.13.0" version, but it targets "4.13" instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/jira refresh

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.

@bparees
Copy link
Contributor Author

bparees commented Nov 9, 2022

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Nov 9, 2022
@openshift-ci-robot
Copy link
Contributor

@bparees: This pull request references Jira Issue OCPBUGS-3441, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.13.0) matches configured target version for branch (4.13.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

/jira refresh

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.

@bparees
Copy link
Contributor Author

bparees commented Nov 10, 2022

/retest-required

@openshift-merge-robot openshift-merge-robot merged commit a9b053e into openshift:master Nov 10, 2022
@openshift-ci-robot
Copy link
Contributor

@bparees: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh.

Jira Issue OCPBUGS-3441 has not been moved to the MODIFIED state.

Details

In response to this:

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.

@openshift-cherrypick-robot

@bparees: new pull request created: #590

Details

In response to this:

/cherry-pick release-4.12

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.

@jhadvig
Copy link
Member

jhadvig commented Nov 11, 2022

🥳

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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants