prow/prowjobs/kubeflow/pipelines/kubeflow-pipelines-presubmits.yaml (13 lines of code) (raw):
presubmits:
kubeflow/pipelines:
- name: kubeflow-pipelines-tfx-python37
cluster: build-kubeflow
decorate: true
run_if_changed: "^(sdk/.*)|(test/presubmit-tests-tfx.sh)$"
branches:
- sdk/release-1.8
spec:
containers:
- image: python:3.8
command:
- ./test/presubmit-tests-tfx.sh
# kfp.kubernetes tests
# this test is not passing
# - name: kubeflow-pipeline-multiuser-test
# cluster: build-kubeflow
# decorate: true
# optional: true
# always_run: false
# skip_report: false
# spec:
# containers:
# - image: gcr.io/k8s-testimages/kubekins-e2e:v20210113-cc576af-master
# command:
# - ./test/multiuser-tests.sh
# args:
# - --workflow_file
# - multiuser_test.yaml
# - --test_result_folder
# - multiuser_test