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