Skip to content

Commit

Permalink
add ./tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh to …
Browse files Browse the repository at this point in the history
….github/workflows/pipeline_test.yaml
  • Loading branch information
kromanow94 committed Jun 12, 2024
1 parent 197f199 commit cf599cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf599cb

Please sign in to comment.