-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Clone kubernetes/release into something other than /release due to conflict with /release. #29892
Conversation
I'm fine with moving the kubernetes clone down a level. I think the only reason we do it this way is because that's the default Jenkins behavior. |
@spxtr Where is WORKSPACE defined and where does the initial kubernetes/kubernetes clone occur? I don't see it in the logs or in the hack/jenkins/* scripts. |
|
So if we want to change where kubernetes/kubernetes is cloned into where do we do that? |
Looks fine. My only worry is that this will cause the build to get marked as dirty, but maybe not? |
Oh you are probably right. |
The node e2e builds check out to We could probably do something similar with the rest of the builds, though it won't have a huge effect, since most of the builds run inside docker anyway. |
LGTM. Note that this only works if we only run one job at a time per Jenkins agent, which we currently do. |
Good point. @ixdy suggested piggybacking on an existing |
LGTM |
GCE e2e build/test passed for commit eceef16. |
Automatic merge from submit-queue |
…f-#28922-kubernetes#29892-kubernetes#30182-kubernetes#31025-kubernetes#32013-kubernetes#32235-kubernetes#34359-kubernetes#35233-upstream-release-1.3 Automated cherry pick of kubernetes#28922 kubernetes#29892 kubernetes#30182 kubernetes#31025 kubernetes#32013 kubernetes#32235 kubernetes#34359 kubernetes#35233
It looks like $WORKSPACE is the root of the kubernetes clone. I think ideally we'd move that down a level and allow subdirectories of different repos. I think this may become the norm as we split things up further as well. What do you think and how should we proceed here? @ixdy @spxtr