We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f50349 commit c74bb9cCopy full SHA for c74bb9c
.github/workflows/kfp-integration-tests.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
kfp-launch:
11
- runs-on: linux.20_04.4x
+ runs-on: linux.20_04.16x
12
steps:
13
- name: Setup Python
14
uses: actions/setup-python@v2
scripts/setup_kfp.sh
@@ -7,3 +7,4 @@ kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scop
7
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 commit comments