forked from kubeflow/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
57 lines (57 loc) · 1.42 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
# 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/*
- 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