File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,8 @@ jobs:
153
153
- name : Basic sample tests - sequential
154
154
run : pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name sequential --results-gcs-dir output
155
155
156
- # Disabled while https://github.com/kubeflow/pipelines/issues/10885 is not resolved
157
- # - name: Basic sample tests - exit_handler
158
- # run: pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name exit_handler --results-gcs-dir output
156
+ - name : Basic sample tests - exit_handler
157
+ run : pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name exit_handler --results-gcs-dir output
159
158
160
159
- name : Collect test results
161
160
if : always()
You can’t perform that action at this time.
0 commit comments