From 7fb69cd79816c86830a54772317bfc9529db5c0e Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Wed, 15 May 2024 19:28:00 +0000 Subject: [PATCH] XXX data gathering --- .github/buildomat/jobs/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/buildomat/jobs/deploy.sh b/.github/buildomat/jobs/deploy.sh index c947a05e10a..79615f332aa 100755 --- a/.github/buildomat/jobs/deploy.sh +++ b/.github/buildomat/jobs/deploy.sh @@ -330,6 +330,9 @@ while [[ $(pfexec svcs -z $(zoneadm list -n | grep oxz_ntp) \ retry=$((retry + 1)) done echo "Waited for chrony: ${retry}s" +# XXX does the NTP zone have connectivity immediately after? +pfexec zlogin $(zoneadm list -n | grep oxz_ntp) \ + ping ntp.eng.oxide.computer 1 || : # Wait for at least one nexus zone to become available retry=0