forked from kubeflow/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
102 lines (97 loc) · 2.95 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# 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
python_paths:
# Need to place kubeflow/testing in front of kubeflow/testing so that the package can
# be correctly located.
- kubeflow/testing/py
- kubeflow/kfctl/py
workflows:
- app_dir: kubeflow/manifests/tests/workflows
component: workflows
name: unit
job_types:
- presubmit
- postsubmit
- periodic
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: e2e
job_types:
- presubmit
- postsubmit
- periodic
include_dirs:
- admission-webhook/*
- application/*
- argo/*
- aws/*
- cert-manager/*
- common/
- default-install/*
- dex-auth/*
- experimental/*
- istio-1-3-1/*
- istio/*
- jupyter/*
- katib/*
- kfdef/kfctl_istio_dex*
- kfserving/*
- knative/*
- kubebench/*
- kubeflow-roles/*
- metacontroller/*
- metadata/*
- mpi-job/*
- mxnet-job/*
- namespaces/*
- pipeline/*
- profiles/*
- pytorch-job/*
- seldon/*
- spark/*
- stacks/*
- tektoncd/*
- tf-training/*
- xgboost-job/*
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_istio_dex.yaml
####################################### AWS Specific Tests
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: aws-default
job_types:
- periodic
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_aws.yaml
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: aws-1-15
job_types:
- periodic
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_aws.yaml
eks_cluster_version: "1.15"
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: aws-1-16
job_types:
- periodic
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_aws.yaml
eks_cluster_version: "1.16"
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: aws-1-17
job_types:
- periodic
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_aws.yaml
eks_cluster_version: "1.17"
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: aws-1-18
job_types:
- periodic
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_aws.yaml
eks_cluster_version: "1.18"