-
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 bootstrap to use default remote branch #20672
Comments
if the patch is relatively small, the utility of unblocking this migration is higher than gating it on migrating off of bootstrap |
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. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. 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/test-infra repository. |
/reopen An update on where we're at since this issue was first opened. In the past ~6 months:
At this point I'm ambivalent about whether it would be better to:
|
@spiffxp: Reopened this issue. 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/test-infra repository. |
/milestone v1.23 |
/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 |
I bias towards energy on bootstrap -> podutils instead, I'm not sure we should reduce friction on bootstrap.py, it's really too bad we're still using this thing. |
We're going to focus on eliminating bootstrap instead since it is long deprecated and poorly integrated into prow. |
I'm on the fence about whether we should do this, since we consider bootstrap to be migrated.
Many bootstrap jobs use
--repo=org_name/repo_name=master
when what they really mean is "use the remote's default branch"Unfortunately
--repo=org_name/repo_name
will default tomaster
rather than detecting the default branchWe need to either:
=master
bit and update bootstrap to detect the default remote branch/sig testing
/area jobs
/area bootstrap
/sig release
(a lot of the latter case is for k8s.io/release)
/wg naming
since this is in support of kubernetes/org#2222
The text was updated successfully, but these errors were encountered: