forked from opendatahub-io/opendatahub-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prow_config.yaml
82 lines (82 loc) · 2.75 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
# 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/*
#****************************************************************************************************
# Per https://github.com/kubeflow/kfctl/issues/57 the following tests should not be blocking
# presubmits.
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: kfctl-go-iap
job_types:
- postsubmit
- periodic
include_dirs:
- config/*
- cmd/*
- pkg/*
- testing/*
- py/*
kwargs:
use_basic_auth: false
# Run build and then apply rather than just apply
build_and_apply: true
# test_endpoint flag is actually deprecated; we use pytest annotations to skip on
# presubmit.
test_endpoint: true
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_iap.yaml
# Run basic auth test as part of every periodic and postsubmit run.
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
name: kfctl-bauth
job_types:
- postsubmit
- periodic
include_dirs:
- config/*
- cmd/*
- pkg/*
- testing/*
- py/*
kwargs:
use_basic_auth: true
build_and_apply: true
test_endpoint: true
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_basic_auth.yaml
- py_func: kubeflow.kfctl.testing.ci.kfctl_upgrade_e2e_workflow.create_workflow
name: kfctl-upgrade
job_types:
- postsubmit
- periodic
include_dirs:
- pkg/kfupgrade/*
- pkg/apis/apps/kfupgrade/*
- py/kubeflow/kfctl/testing/ci/kfctl_upgrade_e2e_workflow.py
- py/kubeflow/kfctl/testing/pytests/kfctl_upgrade_test.py
kwargs:
use_basic_auth: false
# Run build and then apply rather than just apply
build_and_apply: true
# test_endpoint flag is actually deprecated; we use pytest annotations to skip on
# presubmit.
test_endpoint: true
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.0-branch/kfdef/kfctl_gcp_iap.v1.0.0.yaml
upgrade_spec_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_upgrade_gcp_iap_1.0.2.yaml