Skip to content

Commit

Permalink
Enable tf-operator tests in all-in-one-operator branch (kubeflow#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Jul 23, 2021
1 parent 6c77540 commit 2e97a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ data:
- name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
decorate: false
labels:
preset-aws-cred: "true"
Expand Down Expand Up @@ -212,6 +213,7 @@ data:
- name: kubeflow-tf-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
decorate: false
labels:
preset-aws-cred: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ presubmits:
- name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
decorate: false
labels:
preset-aws-cred: "true"
Expand Down Expand Up @@ -209,6 +210,7 @@ postsubmits:
- name: kubeflow-tf-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- all-in-one-operator
decorate: false
labels:
preset-aws-cred: "true"
Expand Down

0 comments on commit 2e97a4f

Please sign in to comment.