mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-12 06:19:33 +00:00
wait for runners-ci node to be ready before continuing workflow
This commit is contained in:
parent
7994d88996
commit
9c0e749e99
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user