-
Notifications
You must be signed in to change notification settings - Fork 55
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
Build cleanup + release process #45
Conversation
Makefile
Outdated
@@ -33,20 +33,22 @@ demo-swarm: | |||
make cluster | |||
make install-test-swarm | |||
|
|||
# Create a release and test the release installation on a vagrant cluster | |||
# Create a build and test the release installation on a vagrant cluster | |||
# This should only be used with devbuild, else install-test-kubeadm will fail to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it expected to be used with non devbuilds for the case where we want to test the release before uploading it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to update the comment. Your PR already took care of that, right? Will double check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, I see that scripts/kubeadm_test.sh already uses the local built one rather than download from github if present.
RELEASE.md
Outdated
``` | ||
|
||
2. Build docker binary image. This would create a docker image contiv/install:$BUILD_VERSION. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also creates the release bundles release/contiv-.tgz and release/contiv-full-.tgz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will update
No description provided.