Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove all-gcpc-modules-test prow config as it is migrated to GHA #2361

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ presubmits:

# kfp.kubernetes tests

- name: test-run-all-gcpc-modules
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-test-run-all-gcpc-modules.sh)$"
spec:
containers:
# run on the lowest version of Python (with the least features) for most aggressive testing
- image: python:3.8
command:
- ./test/presubmit-test-run-all-gcpc-modules.sh

# this test is not passing
# - name: kubeflow-pipeline-multiuser-test
# cluster: build-kubeflow
Expand Down