mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
wait for an existing pod before completing step
This commit is contained in:
parent
8f13be1dc4
commit
5c22e5d7bd
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -291,6 +291,11 @@ jobs:
|
||||
|
||||
- name: Wait for test pod to start
|
||||
run: |
|
||||
kubectl wait pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
--for=exists \
|
||||
--timeout=120s
|
||||
kubectl wait pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user