Skip to content

Commit 1eb68c6

Browse files
author
NikeNano
committed
missed these updates
1 parent 82662eb commit 1eb68c6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

prow_config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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.
65
python_paths:
76
- kubeflow/mpi-operator/py
87
workflows:
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

py/kubeflowMPI/mpi_operator/create_e2e_workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747

4848
MAIN_REPO = "kubeflow/mpi-operator@HEAD"
4949

50-
EXTRA_REPOS = ["kubeflow/testing@HEAD"]
51-
5250
PROW_DICT = argo_build_util.get_prow_dict()
5351

5452
class Builder:

0 commit comments

Comments
 (0)