@@ -2,11 +2,9 @@ name: Build & Apply Katib manifests in KinD
2
2
on :
3
3
pull_request :
4
4
paths :
5
+ - tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
5
6
- .github/workflows/katib_test.yaml
6
7
- apps/katib/upstream/**
7
- - tests/gh-actions/kind-cluster.yaml
8
- - tests/gh-actions/install_kind.sh
9
- - tests/gh-actions/install_kustomize.sh
10
8
- tests/gh-actions/install_istio.sh
11
9
- tests/gh-actions/install_cert_manager.sh
12
10
- common/cert-manager/**
18
16
- name : Checkout
19
17
uses : actions/checkout@v4
20
18
21
- - name : Install KinD
22
- run : ./tests/gh-actions/install_kind.sh
23
-
24
- - name : Create KinD Cluster
25
- run : kind create cluster --config tests/gh-actions/kind-cluster.yaml
26
-
27
- - name : Install kustomize
28
- run : ./tests/gh-actions/install_kustomize.sh
19
+ - name : Install KinD, Create KinD cluster and Install kustomize
20
+ run : ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
29
21
30
22
- name : Install Istio
31
23
run : ./tests/gh-actions/install_istio.sh
57
49
kubectl wait --for=condition=Running experiments.kubeflow.org -n kubeflow-user --all --timeout 300s
58
50
59
51
echo "Waiting for all Trials to become Succeeded..."
60
- kubectl wait --for=condition=Succeeded trials.kubeflow.org -n kubeflow-user --all --timeout 300s
52
+ kubectl wait --for=condition=Succeeded trials.kubeflow.org -n kubeflow-user --all --timeout 1200s
61
53
62
54
echo "Waiting for the Experiment to become Succeeded..."
63
55
kubectl wait --for=condition=Succeeded experiments.kubeflow.org -n kubeflow-user --all --timeout 300s
0 commit comments