We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92fade commit 8ef3732Copy full SHA for 8ef3732
.github/workflows/e2e-test-notebooks.yaml
@@ -1,8 +1,6 @@
1
name: E2E Tests with Notebooks
2
on:
3
- push: {}
4
pull_request: {}
5
- workflow_dispatch: {}
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
cancel-in-progress: true
.github/workflows/template-e2e-test/action.yaml
@@ -61,7 +61,7 @@ runs:
61
IFS=',' read -r -a NOTEBOOK_ARRAY <<< "${{ inputs.notebook-input }}"
62
for NOTEBOOK in "${NOTEBOOK_ARRAY[@]}"; do
63
echo "Running notebook: $NOTEBOOK"
64
- ./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -k kubeflow-katib -n kubeflow
+ ./test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh -i "$NOTEBOOK" -n kubeflow
65
done
66
elif "${{ inputs.tune-api }}"; then
67
./test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.sh
0 commit comments