refactor(quay): replace quay-create-admin step with inline API-based user init#75591
refactor(quay): replace quay-create-admin step with inline API-based user init#75591jbpratt wants to merge 1 commit intoopenshift:mainfrom
Conversation
…user init Replace the quay-create-admin step-registry ref with an inline step that uses the /api/v1/user/initialize endpoint instead of oc rsh Python execution inside quay pods. This aligns with the approach used by Konflux integration tests and other quay-tests steps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Brady Pratt <bpratt@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jbpratt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-quay-quay-operator-master-ocp-latest-e2e |
|
@jbpratt: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jbpratt: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/pj-rehearse pull-ci-quay-quay-operator-master-ocp-latest-e2e |
|
@jbpratt: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Replace the quay-create-admin step-registry ref with an inline step that uses the /api/v1/user/initialize endpoint instead of oc rsh Python execution inside quay pods. This aligns with the approach used by Konflux integration tests and other quay-tests steps.