-
Notifications
You must be signed in to change notification settings - Fork 1
AUTOSCALE-257: configure repository to use tools downstream #5
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
Conversation
@maxcao13: This pull request references AUTOSCALE-257 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
@maxcao13: This pull request references AUTOSCALE-257 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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. |
Note the verify and unit tests passing: from the debug PR: openshift/release#65787 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly makes sense to me, just a question about the vendoring.
Commit does various things including adding OpenShift specific verify/toolchain scripts to work with downstream CI. Also adds go.mod for tools for reproducibility, and bumps the ci-operator go version to 1.24.0. Go versions are mismatched between tools and main module because in order to use the new tool directive feature but also keep the previous functionality intact for the main karpenter libraries. Signed-off-by: Max Cao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
/approve
/lgtm
Commit does various things including adding OpenShift specific verify/toolchain scripts to work with downstream CI. Also adds go.mod for tools for reproducibility, and bumps the ci-operator go version to 1.24.0. Go versions are mismatched between tools and main module in order to satisfy the many tool dependencies that are dependent on minimum go1.24, but also keep the previous functionality intact for the main karpenter libraries.
Tested using this PR: openshift/release#65787 pointing to my
maxcao13/karpenter:openshift-main
branch on my fork.