trying hyperkit??
parent
bb9fa3d120
commit
7cce80e555
hack/jenkins
|
@ -26,7 +26,8 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
OS_ARCH="darwin-amd64"
|
ARCH="amd64"
|
||||||
|
OS="darwin"
|
||||||
VM_DRIVER="hyperkit"
|
VM_DRIVER="hyperkit"
|
||||||
JOB_NAME="HyperKit_Functional_macOS"
|
JOB_NAME="HyperKit_Functional_macOS"
|
||||||
EXTRA_TEST_ARGS="-test.run TestFunctional"
|
EXTRA_TEST_ARGS="-test.run TestFunctional"
|
||||||
|
@ -38,4 +39,4 @@ install cron/cleanup_and_reboot_Darwin.sh $HOME/cleanup_and_reboot.sh || echo "F
|
||||||
echo "*/30 * * * * $HOME/cleanup_and_reboot.sh" | crontab
|
echo "*/30 * * * * $HOME/cleanup_and_reboot.sh" | crontab
|
||||||
crontab -l
|
crontab -l
|
||||||
|
|
||||||
source common.sh
|
source run_tests.sh
|
||||||
|
|
Loading…
Reference in New Issue