Skip to content

Commit

Permalink
Merge pull request #1419 from chensun/patch-1
Browse files Browse the repository at this point in the history
test(pipelines): Update test config to accommodate code move for v2.
  • Loading branch information
google-oss-prow[bot] authored Jan 24, 2022
2 parents 7a2e212 + d1131ec commit 9ddb33b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postsubmits:
containers:
- image: python:3.7
command:
- ./v2/test/integration-test.sh
- ./backend/src/v2/test/integration-test.sh
annotations:
testgrid-dashboards: googleoss-kubeflow-pipelines
description: Postsubmit integration tests for kubeflow/pipeline.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,32 +173,35 @@ presubmits:
- name: kubeflow-pipelines-samples-v2
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/python/.*)|(samples/.*)|(v2/.*)$"
# run_if_changed: "^(sdk/python/.*)|(samples/.*)|(backend/src/v2/.*)$"
always_run: false
spec:
containers:
- image: python:3.7
command:
- ./v2/test/sample-test.sh
- ./backend/src/v2/test/sample-test.sh

- name: kubeflow-pipelines-integration-v2
run_if_changed: "^(samples/core/(parameterized_tfx_oss|dataflow)/.*)$"
# run_if_changed: "^(samples/core/(parameterized_tfx_oss|dataflow)/.*)$"
always_run: false
cluster: build-kubeflow
decorate: true
spec:
containers:
- image: python:3.7
command:
- ./v2/test/integration-test.sh
- ./backend/src/v2/test/integration-test.sh

- name: kubeflow-pipelines-v2-go-test
cluster: build-kubeflow
decorate: true
run_if_changed: "^v2/.*$"
# run_if_changed: "^backend/src/v2/.*$"
always_run: false
spec:
containers:
- image: gcr.io/google.com/cloudsdktool/cloud-sdk:latest
command:
- ./v2/test/presubmit-v2-go-test.sh
- ./backend/src/v2/test/presubmit-v2-go-test.sh

- name: kubeflow-pipelines-manifests
cluster: build-kubeflow
Expand Down

0 comments on commit 9ddb33b

Please sign in to comment.