-
Notifications
You must be signed in to change notification settings - Fork 3k
Allow bootstrap to use default remote branch #20672
Copy link
Copy link
Closed
Labels
area/bootstraparea/jobskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.sig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.
Milestone
Description
Metadata
Metadata
Assignees
Labels
area/bootstraparea/jobskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.sig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.sig/testingCategorizes an issue or PR as relevant to SIG Testing.Categorizes an issue or PR as relevant to SIG Testing.
Type
Projects
StatusShow more project fields
Done
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=masterwhen what they really mean is "use the remote's default branch"Unfortunately
--repo=org_name/repo_namewill default tomasterrather than detecting the default branchWe need to either:
=masterbit 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