Skip to content

Commit

Permalink
Enable training-operator tests in v1.3-branch (#966)
Browse files Browse the repository at this point in the history
* Adding release branch of training operator

* Remove obsolote branch
  • Loading branch information
johnugeorge authored Sep 16, 2021
1 parent c811165 commit 944bd42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ data:
- name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
- v1.2-branch
- v1.3-branch
decorate: false
labels:
preset-aws-cred: "true"
Expand Down Expand Up @@ -231,8 +231,8 @@ data:
- name: kubeflow-tf-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
- v1.2-branch
- v1.3-branch
decorate: false
labels:
preset-aws-cred: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ presubmits:
- name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
- v1.2-branch
- v1.3-branch
decorate: false
labels:
preset-aws-cred: "true"
Expand Down Expand Up @@ -228,8 +228,8 @@ postsubmits:
- name: kubeflow-tf-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
- v1.2-branch
- v1.3-branch
decorate: false
labels:
preset-aws-cred: "true"
Expand Down

0 comments on commit 944bd42

Please sign in to comment.