mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-01 16:19:28 +00:00
reorder wait command flags
This commit is contained in:
parent
4732b44e36
commit
ea5110246c
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -309,15 +309,17 @@ jobs:
|
||||
|
||||
- name: Wait for test pod to start
|
||||
run: |
|
||||
kubectl wait pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
kubectl wait \
|
||||
--for=create \
|
||||
--timeout=120s
|
||||
kubectl wait pod \
|
||||
pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
--timeout=120s
|
||||
kubectl wait \
|
||||
--for=condition=Ready \
|
||||
pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
--timeout=300s
|
||||
|
||||
- name: Stream test logs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user