Commit 8ef3732 Yehudit Kerido
committed
1 parent d92fade commit 8ef3732 Copy full SHA for 8ef3732
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : E2E Tests with Notebooks
2
2
on :
3
- push : {}
4
3
pull_request : {}
5
- workflow_dispatch : {}
6
4
concurrency :
7
5
group : ${{ github.workflow }}-${{ github.ref }}
8
6
cancel-in-progress : true
Original file line number Diff line number Diff line change 61
61
IFS=',' read -r -a NOTEBOOK_ARRAY <<< "${{ inputs.notebook-input }}"
62
62
for NOTEBOOK in "${NOTEBOOK_ARRAY[@]}"; do
63
63
echo "Running notebook: $NOTEBOOK"
64
- ./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -k kubeflow-katib - n kubeflow
64
+ ./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -n kubeflow
65
65
done
66
66
elif "${{ inputs.tune-api }}"; then
67
67
./test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.sh
You can’t perform that action at this time.
0 commit comments