From 9c0e749e997117e468f1df1da1640138832aab36 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:28:01 +1000 Subject: [PATCH] wait for runners-ci node to be ready before continuing workflow --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f8488c3..9499f97b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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