Files
wlan-testing/cicd/ferndale-basic-01/loop.bash
Ben Greear 6f8c39a2fa cicd: Ferndale testbed now uses cloud VM orchestrator.
And disable cloud-sdk until I can get that working again.
2020-08-13 13:27:49 -07:00

8 lines
182 B
Bash
Executable File

#!/bin/bash
while true
do
../testbed_poll.pl --jfrog_passwd tip-read --jfrog_user tip-read --url http://orch/tip/testbeds/ferndale-basic-01/pending_work/
sleep 120
done