We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076d7ab commit 78ab29cCopy full SHA for 78ab29c
python/perftest/templates/_macros.j2
@@ -64,7 +64,7 @@ args:
64
- -c
65
- |
66
set -e
67
- until [ -s /etc/kube-perftest/all-hosts ]; do
+ until [ -s /etc/kube-perftest/hosts ]; do
68
echo "waiting for hosts file to become available"
69
sleep 1
70
done
0 commit comments