Skip to content

Commit da476c0

Browse files
Merge branch 'ztunnel-manifests-generation' of https://github.com/kunal-511/kubeflow-manifests into pr/3274
2 parents 64ba9ca + b763c37 commit da476c0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pipeline_run_from_notebook.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
25+
26+
- name: Free up disk space
27+
run: ./tests/free-disk-space.sh
2528

2629
- name: Install KinD, Create KinD cluster and Install kustomize
2730
run: ./tests/install_KinD_create_KinD_cluster_install_kustomize.sh

tests/katib_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ kubectl wait --for=condition=Running experiments.kubeflow.org -n $KF_PROFILE --a
88
echo "Waiting for all Trials to be Completed..."
99
kubectl wait --for=condition=Created trials.kubeflow.org -n $KF_PROFILE --all --timeout=60s
1010
kubectl get trials.kubeflow.org -n $KF_PROFILE
11-
kubectl wait --for=condition=Succeeded trials.kubeflow.org -n $KF_PROFILE --all --timeout 600s
12-
kubectl get trials.kubeflow.org -n $KF_PROFILE
11+
kubectl wait --for=condition=Succeeded trials.kubeflow.org -n $KF_PROFILE --all --timeout 720s
12+
kubectl get trials.kubeflow.org -n $KF_PROFILE

0 commit comments

Comments
 (0)