wait for runners-ci node to be ready before continuing workflow

This commit is contained in:
E M 2026-04-24 13:28:01 +10:00
parent 7994d88996
commit 9c0e749e99
No known key found for this signature in database

View File

@ -264,6 +264,14 @@ jobs:
--zone europe-west4-b \
--project ${{ vars.RELEASE_TESTS_GCP_PROJECT }}
- name: Wait for runners-ci node to be Ready
run: |
kubectl wait \
--for=condition=Ready \
node \
-l workload-type=tests-runners-ci \
--timeout=300s
- name: Create in-cluster app kubeconfig secret
run: |
kubectl create serviceaccount release-tests-runner -n default