-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow pod-utils / clonerefs to use default remote branch #20667
Comments
/sig testing |
Yeah, that is correct (for periodics, for presubmits/postubmits we get the info from github)
I am pretty sure this does not happen. Adding this would be pretty easy from a complexity POV, as the |
If we're concerned about token usage, we could try doing this directly in clone by using the contents of |
/area jobs |
/wg naming |
Relevant discussion thread in #prow https://kubernetes.slack.com/archives/CDECRSC5U/p1615236463055600 |
Discussed at sig-testing meeting today:
|
Since the |
FWIW, I feel like remotes having a refs: |
not quite workable, because we try to check it out to a branch with that name, and it's not a valid branch name #21452 (comment) |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
I think we could add something simple to replace HEAD with a valid branch name and should still consider this. |
/remove-lifecycle stale |
The number of jobs affected has grown considerably from the 435 that existed at the beginning of this year |
/milestone v1.24 |
/priority important-longterm |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
@cjwagner @stevekuznetsov @chaodaiG WDYT #20667 (comment) ? I think we could do this pretty easily by just detecting |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
This would now be at https://sigs.k8s.io/prow I think so far we've just wound up updating the configs as necessary. I do think this would be nice to have, but there clearly haven't been the resources and this is no longer the place to track prow features. |
My read of current pod-utils code is that it assumes
base_ref
to always be present / non-empty (ref: #20665 (comment))It looks like there are 435 jobs that explicitly reference
master
, when what they likely mean is "just use whatever the default remote branch is"Ideally base_ref would be auto-populated with the remote default branch if omitted. Maybe this already happens? This would make repo default branch renames less toilsome.
Opening this to track verifying or fixing, so not yet a bug or feature.
/area prow/pod-utilities
/assign @alvaroaleman @cjwagner
in case you can answer more quickly than I can, feel free to /unassign if you can't handle
/assign @spiffxp
to verify what happens today
The text was updated successfully, but these errors were encountered: