Skip to content

Commit

Permalink
Swap TF with Training Operator (kubeflow#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored Oct 8, 2021
1 parent 944bd42 commit e0b2240
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ data:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
kubeflow/tf-operator:
- name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
kubeflow/training-operator:
- name: kubeflow-training-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- v1.2-branch
Expand Down Expand Up @@ -227,8 +227,8 @@ data:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
kubeflow/tf-operator:
- name: kubeflow-tf-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
kubeflow/training-operator:
- name: kubeflow-training-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- v1.2-branch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
- trigger
kubeflow/pytorch-operator:
- trigger
kubeflow/tf-operator:
kubeflow/training-operator:
- trigger
kubeflow/xgboost-operator:
- trigger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ presubmits:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]

kubeflow/tf-operator:
- name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
kubeflow/training-operator:
- name: kubeflow-training-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- v1.2-branch
Expand Down Expand Up @@ -224,8 +224,8 @@ postsubmits:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]

kubeflow/tf-operator:
- name: kubeflow-tf-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
kubeflow/training-operator:
- name: kubeflow-training-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type)
branches:
- master
- v1.2-branch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- trigger
kubeflow/pytorch-operator:
- trigger
kubeflow/tf-operator:
kubeflow/training-operator:
- trigger
kubeflow/xgboost-operator:
- trigger
Expand Down

0 comments on commit e0b2240

Please sign in to comment.