trying hyperkit??

pull/10927/head
Sharif Elgamal 2021-04-30 11:24:27 -07:00
parent bb9fa3d120
commit 7cce80e555
1 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,8 @@
set -ex
OS_ARCH="darwin-amd64"
ARCH="amd64"
OS="darwin"
VM_DRIVER="hyperkit"
JOB_NAME="HyperKit_Functional_macOS"
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
crontab -l
source common.sh
source run_tests.sh