forked from kubeflow/training-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
40 lines (40 loc) · 1.11 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
33
34
35
36
37
38
39
40
# This file configures the workflows to trigger in our Prow jobs.
# see https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/run_e2e_workflow.py
#
# The testWorkerImage should be the same for all workflows.
workflows:
- app_dir: kubeflow/tf-operator/test/workflows
component: workflows
name: v1
job_types:
- presubmit
include_dirs:
- build/*
- cmd/tf-operator.v1/*
- pkg/apis/common/v1/*
- pkg/apis/tensorflow/v1/*
- pkg/apis/tensorflow/validation/*
- pkg/common/*
- pkg/control/*
- pkg/controller.v1/*
- pkg/logger/*
- pkg/util/*
- pkg/version/*
- py/*
- test/*
- vendor/*
- sdk/*
- examples/*
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