Skip to content

Commit

Permalink
fix: specify liveness backend, bump earthly cache, eject both ISOs
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Nov 13, 2023
1 parent 96558cd commit e499803
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test-two-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export CLUSTER_PROFILE_UID= # if left blank, a cluster profile will be created
export CLUSTER_VIP= # choose an unassigned VIP

# image vars
export EARTHLY_BUILDKIT_CACHE_SIZE_MB=20000
export EARTHLY_BUILDKIT_CACHE_SIZE_MB=100000
export OCI_REGISTRY=ttl.sh

# Do not edit anything below
Expand Down Expand Up @@ -96,7 +96,8 @@ stylus:
debug: true
twoNode:
enabled: true
livenessSeconds: 15
backend: sqlite
livenessSeconds: 30
install:
poweroff: true
users:
Expand Down Expand Up @@ -169,6 +170,7 @@ function reboot_vms() {
govc device.ls -vm=$vm
govc vm.power -off -force $vm
govc device.cdrom.eject -vm=$vm -device=cdrom-3000
govc device.cdrom.eject -vm=$vm -device=cdrom-3001
govc vm.power -on $vm
done
}
Expand Down

0 comments on commit e499803

Please sign in to comment.