Skip to content

Conversation

@benluddy
Copy link
Contributor

@benluddy benluddy commented Jul 8, 2025

No description provided.

@openshift-ci openshift-ci bot requested review from ibihim and liouk July 8, 2025 15:46
@benluddy
Copy link
Contributor Author

benluddy commented Jul 8, 2025

Depends on openshift/oauth-apiserver#136.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 9, 2025

@bertinatto: This PR was included in a payload test run from openshift/api#2235
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/9eea4420-5cbe-11f0-80a0-5f9b4653dd2f-0

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 10, 2025

@benluddy: This PR was included in a payload test run from openshift/api#2235
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/e0f51ac0-5dc7-11f0-9045-c1bd2a98a1cb-0

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 11, 2025

@benluddy: This PR was included in a payload test run from openshift/api#2235
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/04872da0-5e83-11f0-9267-86cff4c3f599-0

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 16, 2025

@benluddy: This PR was included in a payload test run from openshift/api#2235
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/5da717a0-6276-11f0-81c1-8588197ced8c-0

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 17, 2025

@bertinatto: This PR was included in a payload test run from openshift/api#2235
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/859f6210-62f5-11f0-925f-fb8a3fefd6e8-0

@benluddy
Copy link
Contributor Author

/hold

After openshift/oauth-apiserver#136.

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 17, 2025
@benluddy
Copy link
Contributor Author

/payload-job-with-prs periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial openshift/oauth-apiserver#136

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 17, 2025

@benluddy: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.20-e2e-vsphere-ovn-techpreview-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/b9a734e0-634d-11f0-97ae-3d098bea2ce2-0

@benluddy
Copy link
Contributor Author

/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 Jul 17, 2025
@benluddy
Copy link
Contributor Author

benluddy commented Jul 17, 2025

/retitle CNTRLPLANE-5: Wire a feature-gates config observer for oauth-apiserver.

@openshift-ci openshift-ci bot changed the title Wire a feature-gates config observer for oauth-apiserver. CNTRLPLANE-5: Wire a feature-gates config observer for oauth-apiserver. Jul 17, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 17, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jul 17, 2025

@benluddy: This pull request references CNTRLPLANE-5 which is a valid jira issue.

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 openshift-eng/jira-lifecycle-plugin repository.

@benluddy
Copy link
Contributor Author

/retest

1 similar comment
@benluddy
Copy link
Contributor Author

/retest

@benluddy
Copy link
Contributor Author

/cc @ibihim

@benluddy benluddy force-pushed the oauth-apiserver-feature-gate-configobserver branch from 933e48a to ed118a7 Compare July 30, 2025 19:07
@ibihim
Copy link
Contributor

ibihim commented Jul 30, 2025

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2025
@benluddy
Copy link
Contributor Author

/retest-required

benluddy added 3 commits July 31, 2025 15:14
The diff is hard to understand but this is the behavior difference tucked in there:

Management: mutation: Update-Authentication.v1.operator.openshift.io/cluster[], fieldManager=, controllerInstanceName=, rhs[0]: body diff: []uint8(
  	"""
  	... // 16 identical lines
  	        - //127\.0\.0\.1(:|$)
  	        - //localhost(:|$)
+ 	        feature-gates: []
  	        tls-cipher-suites:
  	        - TLS_AES_128_GCM_SHA256
  	... // 11 identical lines
  	"""
  )
@benluddy benluddy force-pushed the oauth-apiserver-feature-gate-configobserver branch from ed118a7 to dffdb12 Compare July 31, 2025 19:31
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2025
@benluddy
Copy link
Contributor Author

benluddy commented Aug 5, 2025

/retest-required

2 similar comments
@benluddy
Copy link
Contributor Author

benluddy commented Aug 6, 2025

/retest-required

@benluddy
Copy link
Contributor Author

benluddy commented Aug 6, 2025

/retest-required

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 6, 2025

@benluddy: The following tests 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-aws-single-node dffdb12 link false /test e2e-aws-single-node
ci/prow/test-operator-integration dffdb12 link false /test test-operator-integration
ci/prow/e2e-agnostic-ipv6 dffdb12 link false /test e2e-agnostic-ipv6

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

@benluddy
Copy link
Contributor Author

benluddy commented Aug 8, 2025

/retest-required

@benluddy
Copy link
Contributor Author

benluddy commented Aug 8, 2025

/assign @liouk

@liouk
Copy link
Member

liouk commented Aug 12, 2025

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 12, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: benluddy, ibihim, liouk

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-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit cc54807 into openshift:master Aug 12, 2025
12 of 15 checks passed
@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

Distgit: ose-cluster-authentication-operator
This PR has been included in build ose-cluster-authentication-operator-container-v4.20.0-202508122224.p0.gcc54807.assembly.stream.el9.
All builds following this will include this PR.

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants