Sharif Elgamal
|
290230831e
|
break OS_ARCH into OS and ARCH
|
2021-05-06 16:23:41 -07:00 |
Sharif Elgamal
|
ad885687de
|
actually common.sh is a better choice
|
2021-05-06 13:05:02 -07:00 |
Sharif Elgamal
|
63b773e88b
|
combine run_tests.sh and common.sh for integration testing
|
2021-05-06 12:43:16 -07:00 |
Sharif Elgamal
|
7793149844
|
fix none tests
|
2020-12-15 09:06:17 -08:00 |
Sharif Elgamal
|
aef091198a
|
fix up screwy env vars
|
2020-12-08 16:18:12 -08:00 |
Medya Gh
|
093b7c29be
|
improve comments
|
2020-03-25 13:30:08 -07:00 |
Medya Gh
|
d18cb6fe09
|
install socat
|
2020-03-25 13:26:47 -07:00 |
Medya Gh
|
90de1d4c7f
|
install conntrack on integeration machines
|
2020-03-23 18:37:13 -07:00 |
Medya Gh
|
94092c8d6a
|
sudo systemctl
|
2020-03-12 11:43:34 -07:00 |
Nguyen Hai Truong
|
44692fb411
|
trivial fix typo: kubelets -> kubelet (#6632)
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
|
2020-02-13 21:10:32 -07:00 |
Medya Ghazizadeh
|
398c7ef00b
|
Add podman driver (#6515)
|
2020-02-12 19:11:44 -07:00 |
Medya Gh
|
d626c93203
|
install gopogh by go get
|
2019-12-19 14:24:33 -08:00 |
Medya Gh
|
104d7c64cd
|
resolve code review comments
|
2019-12-19 09:32:09 -08:00 |
Medya Gh
|
7fa17934d8
|
install gopogh using binary
|
2019-12-17 14:21:23 -08:00 |
Thomas Strömberg
|
94e0f289e9
|
Merge pull request #5648 from tstromberg/cleanup-scripts
Automatically install periodic cleanup script on macOS and Linux
|
2019-10-30 10:51:52 -07:00 |
Thomas Stromberg
|
07ab2751ec
|
Output warning rather than fail if install does not work
|
2019-10-30 09:33:43 -07:00 |
Thomas Stromberg
|
67181c6dd6
|
Merge
|
2019-10-30 06:37:48 -07:00 |
Thomas Stromberg
|
9a8c26c2fe
|
Call sudo to install cleanup script on Linux
|
2019-10-29 22:05:39 -07:00 |
Thomas Stromberg
|
970fc60403
|
Remove old kubeadm reset hack, also forcibly kill docker processes
|
2019-10-29 21:50:02 -07:00 |
Thomas Stromberg
|
0b65bbf1d9
|
Use underscores for script names, clear dhcpd leases
|
2019-10-29 21:33:39 -07:00 |
Thomas Stromberg
|
df2dff532a
|
Increase timeout to 90m, unset PARALLEL_COUNT
|
2019-10-29 20:03:39 -07:00 |
tstromberg
|
f8f38f917b
|
Fix issues with crontab installation
|
2019-10-29 16:10:13 -07:00 |
Thomas Stromberg
|
dcdac36e98
|
Add integration tests
|
2019-10-23 21:45:23 -07:00 |
tstromberg
|
fb6295823f
|
rsync cron directory
|
2019-10-21 11:37:32 -07:00 |
Thomas Stromberg
|
305209e869
|
Automatically install periodic cleanup script on macOS and Linux
|
2019-10-17 12:19:43 -07:00 |
tstromberg
|
cfdc944e74
|
Consistently use <driver>_<OS> for test targets
|
2019-08-06 16:33:04 -07:00 |
Medya Gh
|
eee34071fe
|
Added new config var for test script PARALLEL_COUNT
|
2019-07-30 10:45:05 -07:00 |
Thomas Stromberg
|
8b93331ff3
|
none tests: Cleanup /var/lib/minikube
|
2019-02-14 20:20:49 -08:00 |
Thomas Stromberg
|
382bfabf0c
|
First try "kubeadm reset" without -f, primarily for older versions.
For newer versions, it seems more pleasant anyways. This approach is at
least less ugly than parsing JSON from a shell script to version sniff.
|
2018-12-14 14:10:39 -08:00 |
Thomas Stromberg
|
f18e05a8d4
|
none cleanup: force kubeadm, clear /etc/kubernetes, and use sudo for kubectl kill
|
2018-12-04 13:37:31 -08:00 |
Thomas Stromberg
|
961199a7fa
|
Stop active kubelets
|
2018-12-03 12:46:58 -08:00 |
Thomas Stromberg
|
c7ac28356e
|
Mark scripts as executable.
|
2018-09-26 15:38:41 -07:00 |
dlorenc
|
3d13450846
|
Make rbac creation idempotent.
Also cleanup the etcd data dir in jenkins.
|
2018-01-02 12:01:37 -08:00 |
Matt Rickard
|
843782795a
|
Switch none test to use kubeadm
|
2018-01-02 12:01:37 -08:00 |
dlorenc
|
697b3fbae1
|
Remove from set_pending.
|
2017-12-27 10:34:04 -08:00 |
dlorenc
|
7aee50d3c5
|
Remove some integration tests from deprecated drivers and switch more to kubeadm.
|
2017-12-27 10:34:04 -08:00 |
Matt Rickard
|
a2a4780186
|
Explicitly use localkube bootstrapper and binary
Use the localkube binary built from CI in the integration tests.
|
2017-10-30 09:22:33 -07:00 |
Aaron Prindle
|
10e6e6ade1
|
added cleanup for docker containers in none driver
|
2017-10-02 11:48:35 -07:00 |
Matt Rickard
|
1bf84c4c11
|
Clean up running containers for none driver
If containers are running from a previous run of the none driver, the
subsequent test runs will fail.
|
2017-08-22 18:03:38 -07:00 |
dlorenc
|
8837045970
|
Stop using insecure serving.
|
2017-07-26 14:38:57 -07:00 |
Aaron Prindle
|
f4a8ece0ae
|
Additional none driver changes
|
2017-05-26 13:33:26 -07:00 |
Aaron Prindle
|
88613090a9
|
Added none driver
|
2017-05-19 14:51:19 -07:00 |