-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
🌱 scripts: fix checking out k/k release branch #11836
🌱 scripts: fix checking out k/k release branch #11836
Conversation
/test help |
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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 kubernetes-sigs/prow repository. |
/hold Want to check if this worked via looking at logs. /test pull-cluster-api-e2e-latestk8s-main |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
/cherry-pick release-1.9 |
/cherry-pick release-1.8 |
@chrischdi: once the present PR merges, I will cherry-pick it on top of 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 kubernetes-sigs/prow repository. |
/cherry-pick release-1.7 |
@chrischdi: once the present PR merges, I will cherry-pick it on top of 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 kubernetes-sigs/prow repository. |
@chrischdi: once the present PR merges, I will cherry-pick it on top of 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 kubernetes-sigs/prow repository. |
cdf485b
to
ed85f0c
Compare
|
Testing this on release-1.7 to build non-1.33 |
/test help |
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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 kubernetes-sigs/prow repository. |
/test pull-cluster-api-e2e-conformance-ci-latest-release-1-7 |
Change itself looks fine to me |
ed85f0c
to
ae5e06d
Compare
|
/lgtm |
LGTM label has been added. Git tree hash: 556afe9f86ebf54802d7d41d0f28f7a23c026c56
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/hold cancel |
ae5e06d
to
f045c12
Compare
f045c12
to
c0c529e
Compare
/lgtm |
LGTM label has been added. Git tree hash: 79f2b97198c02dba1872bb77e38508b85b89c91b
|
@chrischdi: new pull request created: #11839 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 kubernetes-sigs/prow repository. |
@chrischdi: new pull request created: #11840 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 kubernetes-sigs/prow repository. |
@chrischdi: new pull request created: #11841 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 kubernetes-sigs/prow repository. |
What this PR does / why we need it:
CI currently builds kubernetes from master branch instead of release branches. This fixes the git checkout part.
The checkout done in clonerefs does only checkout tags and a
git fetch --all
does not bring in branches.This adapts the way of fetching branches to how its done by clonerefs.
xref: https://kubernetes.slack.com/archives/C08AA0FFWG3/p1739449748554519?thread_ts=1738954219.172549&cid=C08AA0FFWG3
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
/area ci