Thomas Stromberg
554f553c9e
Include top output with load warning
2019-10-17 11:54:52 -07:00
Thomas Stromberg
23e94a3257
Use full paths consistently in cleanup
2019-10-17 11:37:14 -07:00
Thomas Stromberg
53136c8bb6
Add load warning, fix profile deletion, make vbox iface cleanup less noisy
2019-10-17 11:23:55 -07:00
Thomas Strömberg
7a7689bef3
Merge pull request #4780 from marekschwarz/DELETE_ALL_PROFILES
...
Added option to delete all profiles
2019-10-16 13:06:25 -07:00
Medya Ghazizadeh
89bc5922d9
Merge pull request #5622 from tstromberg/jenkins-mystery
...
jenkins: rsync needs -R, add version output
2019-10-14 15:08:52 -07: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
Thomas Strömberg
72698efd5f
Merge pull request #5620 from tstromberg/jenkins-mystery
...
gsutil: Remove trailing slashes, rsync instead of cp
2019-10-14 10:28:25 -07:00
tstromberg
47d558123d
gsutil: Remove trailing slashes, rsync instead of cp
2019-10-14 09:06:31 -07:00
Marek Schwarz
09ce93faf0
Added delete --all to common.sh
...
Run delete --all after start_stop_delete_test
2019-10-10 21:32:27 +02:00
tstromberg
34b6f6d4fb
Include hostonlyifs cleanup
2019-10-09 15:55:30 -07:00
tstromberg
96b230ecf2
Fix wildcard deletion
2019-10-09 15:37:12 -07:00
tstromberg
c389944391
Make virtualbox cleanup less repetitive and log statements
2019-10-09 14:15:33 -07:00
tstromberg
fac45f54a4
Split vbox cleanup across two commands so that failures in one does not prevent further cleanup
2019-10-09 13:59:50 -07:00
Sharif Elgamal
35dd5db0de
Revert "clean up inaccessible virtualbox"
2019-10-09 13:55:01 -07:00
Medya Ghazizadeh
c5111ef3f5
Merge pull request #5559 from medyagh/cleanup_inaccessible
...
clean up inaccessible virtualbox
2019-10-07 22:33:24 -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
008e4c9fcb
dont fail on clean up dir
2019-10-07 14:32:32 -07:00
Medya Gh
ea1c273987
clean up inaccessible virtualbox
2019-10-07 13:40:40 -07:00
chentanjun
9852c29ab2
fix-up typo
2019-09-22 10:10:37 +08:00
tstromberg
86617fb248
Fix RELEASE_FLAGS undefined bug, add survey callout
2019-09-19 10:58:08 -07:00
Thomas Stromberg
0651116ed1
Address lint issues
2019-09-18 06:38:50 -07:00
Thomas Stromberg
8b83c64d4a
Remove trailing space
2019-09-18 06:37:03 -07:00
Thomas Stromberg
145208875d
Copy ISO to github, improve release note parsing
2019-09-18 06:34:36 -07:00
Thomas Stromberg
5174ec6297
Fix markdown typo on release page
2019-09-18 06:17:02 -07:00
Thomas Stromberg
e426d885d7
Remove all files in %stale_dir, to handle tests which add new files
2019-09-16 22:17:09 -07:00
Thomas Stromberg
9fb91ad4ab
Remove test files sitting in stale_dir
2019-09-16 21:21:31 -07:00
Thomas Stromberg
9daa982244
Remove awk cut, not necessary for uuids
2019-09-16 21:02:51 -07:00
Thomas Stromberg
6a0ec545a6
Use uuids for deletion
2019-09-16 21:02:31 -07:00
Thomas Stromberg
3f38e63d5c
integration tests: Revise leftover VM cleanup
2019-09-16 20:22:41 -07:00
Thomas Stromberg
dd2725a870
Remove obsolete --minikube-args flag
2019-09-11 13:08:01 -07:00
Thomas Stromberg
7a5042793b
Merge branch 'master' into norunner2
2019-09-11 11:54:24 -07:00
Thomas Stromberg
bd915826b3
Decrease log spam, remove unused env vars
2019-09-11 09:57:29 -07:00
josedonizetti
f22a8ce4f2
Add recursive copy to test/integration/testdata
2019-09-11 11:34:29 -03:00
tstromberg
0cac1eb4e4
Mark alpha/beta releases as a pre-release on GitHub
2019-09-05 15:39:40 -07:00
tstromberg
c6cfd64ec2
Add - for ~ replacement in release_build_and_upload
2019-09-05 15:03:35 -07:00
tstromberg
b14adecbe8
Substitute dashes for tildes when generating Linux packages
2019-09-05 14:35:35 -07:00
tstromberg
e3ad0bb20e
Set GOPATH, add diagnostics
2019-09-05 10:23:37 -07:00
Thomas Stromberg
d455ba36d7
Allow alpha/beta releases
2019-09-04 15:41:13 -07:00
Thomas Stromberg
3fe41c6cf3
skip json and brew update if this is a non-standard release
2019-09-04 15:02:34 -07:00
Thomas Stromberg
fe6527f8d5
Only call gsutil for non-alpha/beta releases, remove invalid GOPATH
2019-09-04 11:37:04 -07:00
Thomas Stromberg
964f11b85e
Inline release notes into GitHub release page
2019-09-04 11:25:11 -07:00
Sharif Elgamal
830be73615
adding proper cleanup scripts for windows CI
2019-08-26 17:41:10 -07:00
Medya Ghazizadeh
d49fe88921
skip gvisor test setup on mac ( #5136 )
...
* skip gvisor setup on mac
2019-08-20 02:39:35 -07:00
Medya Ghazizadeh
c3cfedff79
Merge pull request #5121 from medyagh/refactor_util_kube
...
Add wait-timeout flag to start command and refactor util/kubernetes
2019-08-19 22:11:36 -07:00
Medya Gh
6a2883ca98
clean vbox procs before start test
2019-08-19 19:18:52 -07:00
Medya Gh
165a811d0c
remove extra C
2019-08-19 18:36:19 -07:00
Medya Gh
def1b91089
fix name
2019-08-19 17:43:12 -07:00
Medya Gh
05d81ffc5d
clean up zombie procs before starting integration tests
2019-08-19 17:41:46 -07:00
Medya Gh
dd94e15f7b
move the gvisor test setup before the minikube start
2019-08-19 16:23:40 -07:00