Skip to content

Commit 8ef3732

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/e2e-test-notebooks.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: E2E Tests with Notebooks
22
on:
3-
push: {}
43
pull_request: {}
5-
workflow_dispatch: {}
64
concurrency:
75
group: ${{ github.workflow }}-${{ github.ref }}
86
cancel-in-progress: true

.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" -k kubeflow-katib -n kubeflow
64+
./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -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)