forked from kubeflow/kfctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprow_config.yaml
More file actions
23 lines (23 loc) · 820 Bytes
/
prow_config.yaml
File metadata and controls
23 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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:
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: kfctl-e2e
job_types:
# Disable presubmit E2E test because large refactoring in manifests repo
# Details can be found https://github.com/kubeflow/manifests/pull/1719
# - 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