-
Notifications
You must be signed in to change notification settings - Fork 919
Expand file tree
/
Copy pathprow_config.yaml
More file actions
32 lines (32 loc) · 1020 Bytes
/
prow_config.yaml
File metadata and controls
32 lines (32 loc) · 1020 Bytes
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: v1beta2
job_types:
- presubmit
params:
registry: "gcr.io/kubeflow-ci"
tfJobVersion: v1beta2
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20190421-fba47fe-e3b0c4
- app_dir: kubeflow/tf-operator/test/workflows
component: workflows
name: v1
job_types:
- presubmit
params:
registry: "gcr.io/kubeflow-ci"
tfJobVersion: v1
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20190421-fba47fe-e3b0c4
- app_dir: kubeflow/tf-operator/test/workflows
component: workflows
name: v1
job_types:
- postsubmit
params:
registry: "gcr.io/kubeflow-images-public"
tfJobVersion: v1
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20190421-fba47fe-e3b0c4