mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
wait for pod to start before streaming logs
This commit is contained in:
parent
fca52d2cc5
commit
d84b4eb48e
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -259,12 +259,19 @@ jobs:
|
||||
- name: Deploy test job
|
||||
run: envsubst < .github/release/job-release-tests.yaml | kubectl apply -f -
|
||||
|
||||
- name: Wait for test pod to start
|
||||
run: |
|
||||
kubectl wait pod \
|
||||
-l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
--for=condition=Ready \
|
||||
--timeout=300s
|
||||
|
||||
- name: Stream test logs
|
||||
run: |
|
||||
kubectl logs -l job-name=$NAMEPREFIX \
|
||||
-n default \
|
||||
--follow \
|
||||
--pod-running-timeout=300s
|
||||
--follow
|
||||
|
||||
- name: Check job status
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user