wait for an existing pod before completing step

This commit is contained in:
E M 2026-04-24 10:27:12 +10:00
parent 8f13be1dc4
commit 5c22e5d7bd
No known key found for this signature in database

View File

@ -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 \