Skip to content

Commit

Permalink
kfpint: wait for kubeflow to be ready (pytorch#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k authored Feb 26, 2023
1 parent 8f50349 commit c74bb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kfp-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
kfp-launch:
runs-on: linux.20_04.4x
runs-on: linux.20_04.16x
steps:
- name: Setup Python
uses: actions/setup-python@v2
Expand Down
1 change: 1 addition & 0 deletions scripts/setup_kfp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scop
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION"
kubectl apply -f resources/kfp_volcano_role_binding.yaml
kubectl wait --namespace=kubeflow --for condition=available --timeout=10m deployments/metadata-grpc-deployment

0 comments on commit c74bb9c

Please sign in to comment.