Skip to content

Commit

Permalink
Remove SDK tests from Prow Config
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD committed Jul 25, 2024
1 parent 7e28eab commit 78aa7ff
Showing 1 changed file with 2 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,6 @@ presubmits:
command:
- ./test/presubmit-tests-tfx.sh

- name: kubeflow-pipelines-component-yaml
cluster: build-kubeflow
decorate: true
run_if_changed: "^(components/.*\\.yaml)|(test/presubmit-component-yaml.sh)|(sdk/python/.*)|(api/v2alpha1/.*)$"
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-component-yaml.sh

- name: kubeflow-pipelines-backend-visualization
cluster: build-kubeflow
decorate: true
Expand Down Expand Up @@ -172,17 +162,7 @@ presubmits:
- image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
command:
- ./manifests/kustomize/hack/presubmit.sh
- name: kubeflow-pipelines-sdk-isort
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-isort-sdk.sh)$"
branches:
- master
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-isort-sdk.sh

- name: kubeflow-pipelines-sdk-yapf
cluster: build-kubeflow
decorate: true
Expand All @@ -194,17 +174,7 @@ presubmits:
- image: python:3.8
command:
- ./test/presubmit-yapf-sdk.sh
- name: kubeflow-pipelines-sdk-docformatter
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-docformatter-sdk.sh)$"
branches:
- master
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-docformatter-sdk.sh

- name: kubeflow-pipelines-sdk-execution-tests
cluster: build-kubeflow
decorate: true
Expand Down

0 comments on commit 78aa7ff

Please sign in to comment.