File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
py/kubeflowMPI/mpi_operator Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1-
21# This file configures the workflows to trigger in our Prow jobs.
32# see https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/run_e2e_workflow.py
43#
54# The testWorkerImage should be the same for all workflows.
65python_paths :
76 - kubeflow/mpi-operator/py
87workflows :
9- - name : e2e
10- py_func : kubeflow.mpi-operator.tests.e2e
8+ - name : e2e-mpioperator
9+ py_func : kubeflow.mpi-operator.create_e2e_workflow.create_workflow
1110 job_type :
1211 - presubmit
1312
Original file line number Diff line number Diff line change 4747
4848MAIN_REPO = "kubeflow/mpi-operator@HEAD"
4949
50- EXTRA_REPOS = ["kubeflow/testing@HEAD" ]
51-
5250PROW_DICT = argo_build_util .get_prow_dict ()
5351
5452class Builder :
You can’t perform that action at this time.
0 commit comments