Skip to content

Commit

Permalink
Merge pull request #18131 from Bobgy/patch-3
Browse files Browse the repository at this point in the history
Enable kubeflow/pipelines postsubmit tests for release branches
  • Loading branch information
k8s-ci-robot authored Jul 1, 2020
2 parents 4f50af5 + bc2ec84 commit dda9edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/jobs/kubeflow/kubeflow-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ postsubmits:
- name: kubeflow-pipeline-postsubmit-standalone-component-test
cluster: kubeflow
branches:
- ^master$
- ^master|release-.+$
decorate: true
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -290,7 +290,7 @@ postsubmits:
- name: kubeflow-pipeline-postsubmit-integration-test
cluster: kubeflow
branches:
- ^master$
- ^master|release-.+$
decorate: true
labels:
preset-service-account: "true"
Expand All @@ -314,7 +314,7 @@ postsubmits:
- name: kubeflow-pipeline-postsubmit-mkp-e2e-test
cluster: kubeflow
branches:
- ^master$
- ^master|release-.+$
decorate: true
labels:
preset-service-account: "true"
Expand Down

0 comments on commit dda9edb

Please sign in to comment.