forked from kubeflow/training-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
48 lines (48 loc) · 1.23 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
41
42
43
44
45
46
47
48
# 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/training-operator/test/workflows
component: workflows
name: v1
job_types:
- presubmit
include_dirs:
- build/*
- cmd/*
- examples/*
- hack/*
- manifests/*
- pkg/*
- py/*
- scripts/*
- sdk/*
- test/*
- prow_config.yaml
- go.*
params:
registry: "809251082950.dkr.ecr.us-west-2.amazonaws.com/training-operator"
tfJobVersion: v1
testWorkerImage: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest
- app_dir: kubeflow/training-operator/test/workflows
component: workflows
name: v1
job_types:
- postsubmit
include_dirs:
- build/*
- cmd/*
- examples/*
- hack/*
- manifests/*
- pkg/*
- py/*
- scripts/*
- sdk/*
- test/*
- prow_config.yaml
params:
registry: "public.ecr.aws/j1r0q0g6/training/training-operator"
tfJobVersion: v1
testWorkerImage: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest