forked from kubeflow/training-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
32 lines (32 loc) · 1.01 KB
/
prow_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/run_e2e_workflow.py
#
# The testWorkerImage should be the same for all workflows.
workflows:
- app_dir: kubeflow/tf-operator/test/workflows
component: workflows
name: v2
job_types:
- presubmit
params:
registry: "gcr.io/kubeflow-ci"
tfJobVersion: v1alpha2
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20180822-da7cefc-e3b0c4
- app_dir: kubeflow/tf-operator/test/workflows
component: workflows
name: v1beta1
job_types:
- presubmit
params:
registry: "gcr.io/kubeflow-ci"
tfJobVersion: v1beta1
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20180822-da7cefc-e3b0c4
- app_dir: kubeflow/tf-operator/test/workflows
component: workflows
name: v2
job_types:
- postsubmit
params:
registry: "gcr.io/kubeflow-images-public"
tfJobVersion: v1alpha2
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20180822-da7cefc-e3b0c4