mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 14:29:39 +00:00
Keeps timing out waiting for start, so try polling loop
This commit is contained in:
parent
9c0e749e99
commit
b05c345143
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -317,12 +317,9 @@ jobs:
|
||||
|
||||
- name: Wait for test pod to start
|
||||
run: |
|
||||
kubectl wait \
|
||||
--for=create \
|
||||
pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
--timeout=120s
|
||||
echo "Waiting for pod to be created..."
|
||||
timeout 120 bash -c \
|
||||
'until kubectl get pod -l job-name=$NAMEPREFIX -n default --no-headers 2>/dev/null | grep -q .; do sleep 5; done'
|
||||
kubectl wait \
|
||||
--for=condition=Ready \
|
||||
pod \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user