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

OCPBUGS-25673: NO-ISSUE: Synchronize From Upstream Repositories #641

Merged
merged 2 commits into from Dec 21, 2023

Conversation

openshift-bot
Copy link
Contributor

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2023-12-20 19:40:01 operator-framework/operator-lifecycle-manager@e30e6f4 Steve Kuznetsov test/e2e: emit helpful comments as logs (#3137)
2023-12-20 19:59:16 operator-framework/operator-lifecycle-manager@4f56ce8 Steve Kuznetsov labeller: also consider v2 group in owner refs (#3138)

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-runtime
/cc @openshift/openshift-team-operator-ecosystem

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: e30e6f411d379dbf95fdacc43fdd3f8c3fde390b
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 4f56ce8f671b2f767a7aa45a67018513034a836c
@openshift-bot openshift-bot added 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. labels Dec 20, 2023
@openshift-ci-robot
Copy link

@openshift-bot: This pull request explicitly references no jira issue.

In response to this:

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2023-12-20 19:40:01 operator-framework/operator-lifecycle-manager@e30e6f4 Steve Kuznetsov test/e2e: emit helpful comments as logs (#3137)
2023-12-20 19:59:16 operator-framework/operator-lifecycle-manager@4f56ce8 Steve Kuznetsov labeller: also consider v2 group in owner refs (#3138)

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-runtime
/cc @openshift/openshift-team-operator-ecosystem

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-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Dec 20, 2023
@openshift-ci openshift-ci bot requested a review from a team December 20, 2023 20:31
Copy link
Contributor

openshift-ci bot commented Dec 20, 2023

@openshift-bot: GitHub didn't allow me to request PR reviews from the following users: openshift/openshift-team-operator-ecosystem.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2023-12-20 19:40:01 operator-framework/operator-lifecycle-manager@e30e6f4 Steve Kuznetsov test/e2e: emit helpful comments as logs (#3137)
2023-12-20 19:59:16 operator-framework/operator-lifecycle-manager@4f56ce8 Steve Kuznetsov labeller: also consider v2 group in owner refs (#3138)

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-runtime
/cc @openshift/openshift-team-operator-ecosystem

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.

Copy link
Contributor

openshift-ci bot commented Dec 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

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

1 similar comment
Copy link
Contributor

openshift-ci bot commented Dec 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

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-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 18aa3be and 2 for PR HEAD d447001 in total

@stevekuznetsov
Copy link
Contributor

/retitle OCPBUGS-25673: NO-ISSUE: Synchronize From Upstream Repositories

@openshift-ci openshift-ci bot changed the title NO-ISSUE: Synchronize From Upstream Repositories OCPBUGS-25673: NO-ISSUE: Synchronize From Upstream Repositories Dec 21, 2023
@openshift-ci-robot
Copy link

@openshift-bot: This pull request references Jira Issue OCPBUGS-25673, which is valid.

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

Requesting review from QA contact:
/cc @jianzhangbjz

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

In response to this:

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2023-12-20 19:40:01 operator-framework/operator-lifecycle-manager@e30e6f4 Steve Kuznetsov test/e2e: emit helpful comments as logs (#3137)
2023-12-20 19:59:16 operator-framework/operator-lifecycle-manager@4f56ce8 Steve Kuznetsov labeller: also consider v2 group in owner refs (#3138)

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-runtime
/cc @openshift/openshift-team-operator-ecosystem

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-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Dec 21, 2023
@jianzhangbjz
Copy link
Contributor

/label qe-approved
/lgtm

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Dec 21, 2023
@tmshort
Copy link
Contributor

tmshort commented Dec 21, 2023

The e2e-gcp-olm flake is one I'm actively working on.
/retest

@ncdc ncdc merged commit 1edd6f3 into openshift:master Dec 21, 2023
10 of 13 checks passed
@openshift-ci-robot
Copy link

@openshift-bot: Jira Issue OCPBUGS-25673: All pull requests linked via external trackers have merged:

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

In response to this:

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2023-12-20 19:40:01 operator-framework/operator-lifecycle-manager@e30e6f4 Steve Kuznetsov test/e2e: emit helpful comments as logs (#3137)
2023-12-20 19:59:16 operator-framework/operator-lifecycle-manager@4f56ce8 Steve Kuznetsov labeller: also consider v2 group in owner refs (#3138)

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-runtime
/cc @openshift/openshift-team-operator-ecosystem

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.

@stevekuznetsov
Copy link
Contributor

/cherry-pick release-4.15

@openshift-cherrypick-robot

@stevekuznetsov: new pull request created: #644

In response to this:

/cherry-pick release-4.15

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-bot
Copy link
Contributor Author

[ART PR BUILD NOTIFIER]

This PR has been included in build operator-registry-container-v4.16.0-202312211733.p0.g1edd6f3.assembly.stream for distgit operator-registry.
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-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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. qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants