forked from kubeflow/training-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
39 lines (39 loc) · 1.05 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
# 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: v1
job_types:
- presubmit
include_dirs:
- build/*
- cmd/tf-operator.v1/*
- dashboard/*
- 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/*
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