Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCO-408: Add cloud credential operator e2e-azure-manual-oidc periodics #41456

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

jstuever
Copy link
Contributor

Add cloud credential periodics for azure oidc jobs.

https://issues.redhat.com/browse/CCO-408

@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 19, 2023
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jul 19, 2023

@jstuever: This pull request references CCO-408 which is a valid jira issue.

In response to this:

Add cloud credential periodics for azure oidc jobs.

https://issues.redhat.com/browse/CCO-408

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 requested review from lleshchi and suhanime July 19, 2023 20:33
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 19, 2023
@jstuever
Copy link
Contributor Author

/pj-rehearse

@jstuever
Copy link
Contributor Author

/assign @abutcher

@jstuever
Copy link
Contributor Author

/pf-rehearse ack

@jstuever
Copy link
Contributor Author

/unassign @abutcher
/cc @abutcher
/assign @suhanime

@openshift-ci openshift-ci bot assigned suhanime and unassigned abutcher Jul 20, 2023
@openshift-ci openshift-ci bot requested a review from abutcher July 20, 2023 16:55
@jstuever
Copy link
Contributor Author

/pj-rehearse ack

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 20, 2023
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@jstuever: 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
periodic-ci-openshift-cloud-credential-operator-release-4.14-periodics-e2e-azure-manual-oidc N/A periodic Periodic changed
periodic-ci-openshift-cloud-credential-operator-release-4.15-periodics-e2e-azure-manual-oidc N/A periodic Periodic changed
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.

@openshift-ci-robot openshift-ci-robot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 20, 2023
@jstuever
Copy link
Contributor Author

/pj-rehearse reject
/pj-rehearse auto-ack

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 20, 2023

@jstuever: 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/rehearse/periodic-ci-openshift-cloud-credential-operator-release-4.15-periodics-e2e-azure-manual-oidc 20306d9 link unknown /pj-rehearse periodic-ci-openshift-cloud-credential-operator-release-4.15-periodics-e2e-azure-manual-oidc

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

@jstuever
Copy link
Contributor Author

/pj-rehearse ack
4.15 is historically failing, not due to this PR.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 21, 2023
@suhanime
Copy link
Contributor

/lgtm

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

openshift-ci bot commented Jul 24, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jstuever, suhanime

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-robot openshift-merge-robot merged commit 186ef01 into openshift:master Jul 24, 2023
19 of 20 checks passed
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 24, 2023

@jstuever: Updated the following 4 configmaps:

  • ci-operator-4.14-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cloud-credential-operator-release-4.14__periodics.yaml using file ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.14__periodics.yaml
  • ci-operator-4.15-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cloud-credential-operator-release-4.15__periodics.yaml using file ci-operator/config/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.15__periodics.yaml
  • job-config-4.14 configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cloud-credential-operator-release-4.14-periodics.yaml using file ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.14-periodics.yaml
  • job-config-4.15 configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-cloud-credential-operator-release-4.15-periodics.yaml using file ci-operator/jobs/openshift/cloud-credential-operator/openshift-cloud-credential-operator-release-4.15-periodics.yaml

In response to this:

Add cloud credential periodics for azure oidc jobs.

https://issues.redhat.com/browse/CCO-408

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.

@jstuever jstuever deleted the CCO-408 branch March 13, 2024 16:54
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. rehearsals-ack Signifies that rehearsal jobs have been acknowledged
Projects
None yet
5 participants