Sharif Elgamal
dae454ecd8
fix unbound var error part 3
2021-11-08 15:20:14 -08:00
Sharif Elgamal
390dff5fed
fix unbound var error part 2
2021-11-08 14:49:52 -08:00
Sharif Elgamal
3cb1f322a5
fix unbound var error
2021-11-08 14:18:37 -08:00
Sharif Elgamal
4cfe4afdc3
Merge branch 'latest-bin' of github.com:sharifelgamal/minikube into latest-bin
2021-11-08 13:06:25 -08:00
Sharif Elgamal
c7a208daef
be more specific about what gets copied to the mirror
2021-11-08 13:06:00 -08:00
Sharif Elgamal
1517f73ae0
Update hack/jenkins/minikube_cross_build_and_upload.sh
...
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
2021-11-08 10:37:05 -08:00
Sharif Elgamal
4d1d0e0cde
only copy binaries to minikube/latest on non-PR builds
2021-11-08 08:35:57 -08:00
Sharif Elgamal
bc93814168
remove extra script and just use alternate spot as a mirror
2021-11-04 14:01:33 -07:00
Sharif Elgamal
5a89895154
used PR's mkcmp for perf comments
2021-09-22 23:01:31 +00:00
Sharif Elgamal
f11d14de59
make sure to install the same version of golang across scripts
2021-09-02 11:22:53 -07:00
Ilya Zuyev
3b5675d9e0
fix
2021-07-01 13:31:44 -07:00
Ilya Zuyev
2beaea9fc1
fix
2021-07-01 12:27:06 -07:00
Ilya Zuyev
ea6d16db41
for PR builds: build kvm2-arm64 deb
2021-07-01 12:14:03 -07:00
Sharif Elgamal
b578db7e49
remove autobuild of iso in minikube cross
2021-03-05 12:28:52 -08:00
Ilya Zuyev
61a596debe
jenkins scripts: check if built version reports dirty commit id
2021-03-03 15:54:46 -08:00
Ilya Zuyev
2320d7c34c
fix deb_version issue
2021-01-27 11:33:45 -08:00
Ilya Zuyev
080cf3d83f
fix deb_version issue
2021-01-27 11:18:25 -08:00
Ilya Zuyev
5050670631
fix deb_version issue
2021-01-27 11:04:55 -08:00
Ilya Zuyev
8c5e64ce47
add deb make target
2021-01-27 10:02:10 -08:00
Ilya Zuyev
ddb5cc02b7
Fix deb_version in build script
2021-01-27 09:41:45 -08:00
Ilya Zuyev
faa1706b55
Add deb_version_base make target
2021-01-26 23:22:55 -08:00
Ilya Zuyev
58ee238e4f
Fix RPM_VERSION
2021-01-26 23:13:54 -08:00
Ilya Zuyev
e12283ef85
Trigger build
2021-01-26 22:43:16 -08:00
Ilya Zuyev
d01642bab8
use dev/rpm version from makefile
2021-01-26 17:11:06 -08:00
Ilya Zuyev
686bb48812
Build DEB and RPM packages in minikube_cross_build_and_upload.sh
2021-01-26 15:42:20 -08:00
Ilya Zuyev
2f0d3d62ce
Add minikube-darwin-arm64 to build script
2021-01-26 15:31:40 -08:00
Thomas Stromberg
a4e8b63de9
Calculate OS_ARCH, as the variable doesn't exist in this context
2019-10-14 14:37:03 -07:00
tstromberg
2a5174ad41
rsync needs -R, add version output
2019-10-14 12:12:48 -07:00
tstromberg
47d558123d
gsutil: Remove trailing slashes, rsync instead of cp
2019-10-14 09:06:31 -07:00
Sharif Elgamal
c7c7201757
Fix Jenkins Cross script to copy testdata properly
...
`gsutil` changed its cp behavior starting with version 4.46, we need to change how we call it in order to preserve the directory structure our tests are expecting.
2019-10-07 14:53:19 -07:00
Medya Gh
fda017d7b3
remove default, fix indent, set pipefail
2019-08-16 10:21:08 -07:00
Medya Gh
6ace05d38b
add go install to both release and cross build
2019-08-15 15:07:15 -07:00
Sharif Elgamal
294f880106
Localization support for help text ( #4814 )
...
* Translating help text
* explicity set usage template so we can localize it
* cleaning up extract and translation files
* Add extraction for flags help text
* some comments for extract
* refactor to account for new behavior
* Make usage template translations more palatable.
* remove commented code
* fix go mod
* pin to proper version in go.mod
* translate command grouping headers
2019-08-12 11:16:20 -07:00
Thomas Stromberg
72348ccf3a
Add missing /
2018-10-19 16:25:32 -07:00
Thomas Stromberg
cc690750cf
Ensure that all variables are expanded out.
2018-10-19 16:10:35 -07:00
Thomas Stromberg
0f57ffa836
Fix bad build result comparison.
...
Also apply https://google.github.io/styleguide/shell.xml and
https://sipb.mit.edu/doc/safe-shell/ while I'm in here.
2018-10-19 16:00:06 -07:00
dlorenc
09d4ecb25f
Fix the jenkins build script to detect make errors.
...
Also fix the build itself.
2018-03-30 11:19:53 -07:00
dlorenc
8f91c37bba
Properly support the "minikube-net" network.
2017-12-13 21:18:00 -08:00
Matt Rickard
2c4d40e146
Add jenkins logs regardless of exit status
2017-10-24 10:18:24 -07:00
Matt Rickard
9fc49c2029
Remove exited containers too for jenkins
2017-10-19 11:33:35 -04:00
Matt Rickard
b7ec12a09e
Run make rules in parallel
2017-10-05 12:33:43 -07:00
Matt Rickard
e213fceb99
Split driver compilation from cross build
2017-10-05 12:03:15 -07:00
Aaron Prindle
959720fe8d
added localkube devshell container tests to jenkins
2017-09-29 10:07:55 -07:00
Matt Rickard
48b165808c
Bring KVM driver in-tree
...
Add boilerplate
Review feedback
2017-08-28 11:52:35 -07:00
Matt Rickard
9d6541075e
Move e2e binary compilation to makefile
2017-08-22 17:01:13 -07:00
Matt Rickard
a94dc0aee2
Don't check error on hack/ remove docker images
...
Sometimes there aren't any to remove.
2017-08-16 20:11:45 -07:00
Matt Rickard
370beb5a65
Cleanup exited containers before build.
...
So we don't run out of space
2017-08-04 14:33:18 -07:00
Matt Rickard
f99888219f
Switch cross builds to use BUILD_IN_DOCKER
...
minikube-linux-amd64 and minikube-darwin-amd64 cannot be cross built
natively on different platforms and must be built in the container.
2017-06-29 11:24:57 -07:00
Matt Rickard
08e009f560
Remove fake _gopath
...
Don't symlink into fake gopath, just use normal gopath. This removes a
lot of the misleading warning messages from building minikube
2017-06-21 15:07:34 -07:00
Matt Rickard
2442d8f020
Only detect iso changes from merge-base on master
...
When new iso changes are commited to master, don't count them as diffs
with old PRs that haven't been rebased. That way, we don't rebuild the
iso for PRs that don't contain the upstream fixes yet.
2017-03-14 13:50:08 -07:00