Skip to content

Commit d92fade

Browse files
author
Yehudit Kerido
committed
sdk tests with papermill
Signed-off-by: Yehudit Kerido <[email protected]>
1 parent 57892cc commit d92fade

File tree

4 files changed

+164
-285
lines changed

4 files changed

+164
-285
lines changed

.github/workflows/template-e2e-test/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
IFS=',' read -r -a NOTEBOOK_ARRAY <<< "${{ inputs.notebook-input }}"
6262
for NOTEBOOK in "${NOTEBOOK_ARRAY[@]}"; do
6363
echo "Running notebook: $NOTEBOOK"
64-
./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -n kubeflow
64+
./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -k kubeflow-katib -n kubeflow
6565
done
6666
elif "${{ inputs.tune-api }}"; then
6767
./test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.sh

0 commit comments

Comments
 (0)