forked from kubeflow/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprow_config.yaml
74 lines (68 loc) · 1.65 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/run_e2e_workflow.py
workflows:
- app_dir: kubeflow/examples/test/workflows
component: workflows
name: unittests
job_types:
- presubmit
- postsubmit
- periodic
# E2E test for code_search example
- app_dir: kubeflow/examples/test/workflows
component: code_search
name: code-search
job_types:
- presubmit
- postsubmit
include_dirs:
- code_search/*
# E2E test for mnist example
- app_dir: kubeflow/examples/test/workflows
component: mnist
name: mnist
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
- mnist/*
# E2E test for github issue summarization example
- app_dir: kubeflow/examples/test/workflows
component: gis
name: gis
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
- github_issue_summarization/*
# E2E test for xgboost housing example
- app_dir: kubeflow/examples/test/workflows
component: xgboost_ames_housing
name: xgboost
job_types:
- presubmit
- postsubmit
include_dirs:
- xgboost_ames_housing/*
# E2E test for pytorch mnist example
- app_dir: kubeflow/examples/test/workflows
component: pytorch_mnist
name: pytorch-mnist
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
- pytorch_mnist/*
# E2E test for xgboost-synthetic
- app_dir: kubeflow/examples/test/workflows
component: xgboost_synthetic
name: xgboost2
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
- xgboost_synthetic/*