From cf599cb569df4e4da34b794a4c0ea79f6440aa23 Mon Sep 17 00:00:00 2001 From: Krzysztof Romanowski Date: Wed, 12 Jun 2024 16:42:46 +0200 Subject: [PATCH] add ./tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh to .github/workflows/pipeline_test.yaml --- .github/workflows/pipeline_test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline_test.yaml b/.github/workflows/pipeline_test.yaml index 43ab3c01c3..5dd525a0d1 100644 --- a/.github/workflows/pipeline_test.yaml +++ b/.github/workflows/pipeline_test.yaml @@ -61,6 +61,10 @@ jobs: nohup kubectl port-forward --namespace istio-system svc/${ingress_gateway_service} 8080:80 & while ! curl localhost:8080; do echo waiting for port-forwarding; sleep 1; done; echo port-forwarding ready + - name: Wait for the kubeflow-m2m-oidc-configurator Job + run: | + ./tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh + - name: List and deploy test pipeline with authorized ServiceAccount Token run: | pip3 install kfp==2.4.0