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

NO-JIRA: Fix upstream and OKD builds #1222

Merged

Conversation

jmencak
Copy link
Contributor

@jmencak jmencak commented Nov 20, 2024

PR #1099 broke upstream and OKD builds as it added a dependency on rsync. quay.io/centos/centos:stream9 image does not ship rsync by default.

Once we can use the new golang's recursive copy (CopyFS) functionality in go 1.23 (golang/go#62484), use it and remove the dependency on rsync.

PR openshift#1099 broke upstream and OKD builds as it added a dependency on
rsync.  quay.io/centos/centos:stream9 image does not ship rsync
by default.

Once we can use the new golang's recursive copy (CopyFS) functionality
in go 1.23 (golang/go#62484), use it and
remove the dependency on rsync.
@openshift-ci openshift-ci bot requested review from dagrayvid and Tal-or November 20, 2024 18:35
Copy link
Contributor

openshift-ci bot commented Nov 20, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jmencak

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 Nov 20, 2024
@jmencak jmencak changed the title Fix upstream and OKD builds NO-JIRA: Fix upstream and OKD builds Nov 20, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 20, 2024
@openshift-ci-robot
Copy link
Contributor

@jmencak: This pull request explicitly references no jira issue.

In response to this:

PR #1099 broke upstream and OKD builds as it added a dependency on rsync. quay.io/centos/centos:stream9 image does not ship rsync by default.

Once we can use the new golang's recursive copy (CopyFS) functionality in go 1.23 (golang/go#62484), use it and remove the dependency on rsync.

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.

@jmencak
Copy link
Contributor Author

jmencak commented Nov 20, 2024

Infra issues
/retest

@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

/retest

@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

There is no way this change can cause hypershift test failures
/retest

@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

/joke
/retest

Copy link
Contributor

openshift-ci bot commented Nov 21, 2024

@jmencak: Hear about the new restaurant called Karma? There’s no menu: You get what you deserve.

In response to this:

/joke
/retest

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.

@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

/retest

@yanirq
Copy link
Contributor

yanirq commented Nov 21, 2024

/lgtm

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

jmencak commented Nov 21, 2024

/label acknowledge-critical-fixes-only

@openshift-ci openshift-ci bot added the acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. label Nov 21, 2024
@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

There is no way adding a dependency "rsync" can cause hypershift test failures. We need this. I've seen the "Failed to get *v1beta1.HostedCluster: client rate limiter Wait returned an error: context deadline exceeded" in other PRs that finally merged.

/override ci/prow/e2e-hypershift

@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

/retest

@jmencak
Copy link
Contributor Author

jmencak commented Nov 21, 2024

/override ci/prow/e2e-hypershift

Copy link
Contributor

openshift-ci bot commented Nov 21, 2024

@jmencak: Overrode contexts on behalf of jmencak: ci/prow/e2e-hypershift

In response to this:

There is no way adding a dependency "rsync" can cause hypershift test failures. We need this. I've seen the "Failed to get *v1beta1.HostedCluster: client rate limiter Wait returned an error: context deadline exceeded" in other PRs that finally merged.

/override ci/prow/e2e-hypershift

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.

Copy link
Contributor

openshift-ci bot commented Nov 21, 2024

@jmencak: Overrode contexts on behalf of jmencak: ci/prow/e2e-hypershift

In response to this:

/override ci/prow/e2e-hypershift

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.

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD be3fc39 and 2 for PR HEAD accb55b in total

Copy link
Contributor

openshift-ci bot commented Nov 21, 2024

@jmencak: all tests passed!

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.

@openshift-merge-bot openshift-merge-bot bot merged commit 5f84739 into openshift:master Nov 21, 2024
17 checks passed
@jmencak jmencak deleted the 4.18-upstream-and-OKD-fix branch November 21, 2024 21:25
@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

Distgit: cluster-node-tuning-operator
This PR has been included in build cluster-node-tuning-operator-container-v4.19.0-202411220011.p0.g5f84739.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
acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. 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.

4 participants