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 7a753ea commit af664c3
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,28 @@ presubmits:
command:
- ./test/presubmit-tests-tfx.sh

<<<<<<< HEAD
- name: kubeflow-pipelines-component-yaml
cluster: build-kubeflow
decorate: true
run_if_changed: "^(components/.*\\.yaml)|(test/presubmit-component-yaml.sh)|(sdk/python/.*)|(api/v2alpha1/.*)$"
=======
- name: kubeflow-pipelines-backend-visualization
cluster: build-kubeflow
decorate: true
run_if_changed: "^(backend/src/apiserver/visualization/.*)|(test/presubmit-backend-visualization.sh)$"
>>>>>>> 78aa7ffb (Remove SDK tests from Prow Config)
spec:
containers:
- image: python:3.8
command:
<<<<<<< HEAD
- ./test/presubmit-component-yaml.sh

=======
- ./test/presubmit-backend-visualization.sh

>>>>>>> 78aa7ffb (Remove SDK tests from Prow Config)
- name: kubeflow-pipelines-samples-v2
cluster: build-kubeflow
decorate: true
Expand Down Expand Up @@ -140,29 +152,51 @@ presubmits:
- image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
command:
- ./manifests/kustomize/hack/presubmit.sh
<<<<<<< HEAD
- name: kubeflow-pipelines-sdk-isort
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-isort-sdk.sh)$"
=======

- name: kubeflow-pipelines-sdk-yapf
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-yapf-sdk.sh)$"
>>>>>>> 78aa7ffb (Remove SDK tests from Prow Config)
branches:
- master
spec:
containers:
- image: python:3.8
command:
<<<<<<< HEAD
- ./test/presubmit-isort-sdk.sh
- name: kubeflow-pipelines-sdk-docformatter
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(test/presubmit-docformatter-sdk.sh)$"
=======
- ./test/presubmit-yapf-sdk.sh

- name: kubeflow-pipelines-sdk-execution-tests
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(api/v2alpha1/.*)|(test/presubmit-sdk-execution-tests.sh)$"
>>>>>>> 78aa7ffb (Remove SDK tests from Prow Config)
branches:
- master
spec:
containers:
- image: python:3.8
command:
<<<<<<< HEAD
- ./test/presubmit-docformatter-sdk.sh

=======
- ./test/presubmit-sdk-execution-tests.sh

>>>>>>> 78aa7ffb (Remove SDK tests from Prow Config)
# kfp.kubernetes tests
- name: kfp-kubernetes-test-python38
cluster: build-kubeflow
Expand Down

0 comments on commit af664c3

Please sign in to comment.