forked from kubeflow/examples
-
Notifications
You must be signed in to change notification settings - Fork 5
/
prow_config.yaml
52 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
49
50
51
52
# This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/run_e2e_workflow.py
python_paths:
- kubeflow/examples/py
workflows:
# 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 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/*
- tekton_run: kubeflow/examples/mnist/tests/mnist-nb-pipeline-run.yaml
name: mnist-notebook
job_types:
- periodic
- postsubmit