File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ kubectl wait --for=condition=Running experiments.kubeflow.org -n $KF_PROFILE --a
88echo " Waiting for all Trials to be Completed..."
99kubectl wait --for=condition=Created trials.kubeflow.org -n $KF_PROFILE --all --timeout=60s
1010kubectl 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
You can’t perform that action at this time.
0 commit comments