forked from kubeflow/kfctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
38 lines (37 loc) · 982 Bytes
/
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
# This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/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/kfctl/testing/workflows
component: unit_tests
name: unittests
params:
workflowName: unittest
job_types:
- presubmit
- postsubmit
- periodic
include_dirs:
- config/*
- cmd/*
- pkg/*
- kustomize-fns/*
- testing/*
- py/*
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: kfctl-e2e
job_types:
- presubmit
- periodic
include_dirs:
- config/*
- cmd/*
- pkg/*
- py/*
kwargs:
build_and_apply: false
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_istio_dex.yaml