forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathariane-config.yaml
139 lines (137 loc) · 5.1 KB
/
ariane-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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
allowed-teams:
- organization-members
triggers:
/test:
workflows:
- conformance-aws-cni.yaml
- conformance-clustermesh.yaml
- conformance-delegated-ipam.yaml
- conformance-ipsec-e2e.yaml
- conformance-eks.yaml
- conformance-externalworkloads.yaml
- conformance-gateway-api.yaml
- conformance-ginkgo.yaml
- conformance-ingress.yaml
- conformance-multi-pool.yaml
- conformance-runtime.yaml
- integration-test.yaml
- tests-clustermesh-upgrade.yaml
- tests-datapath-verifier.yaml
- tests-l4lb.yaml
- tests-e2e-upgrade.yaml
- tests-ipsec-upgrade.yaml
- hubble-cli-integration-test.yaml
/ci-aks:
workflows:
- conformance-aks.yaml
/ci-awscni:
workflows:
- conformance-aws-cni.yaml
/ci-clustermesh:
workflows:
- conformance-clustermesh.yaml
- tests-clustermesh-upgrade.yaml
/ci-delegated-ipam:
workflows:
- conformance-delegated-ipam.yaml
/ci-e2e-upgrade:
workflows:
- tests-e2e-upgrade.yaml
/ci-ipsec-upgrade:
workflows:
- tests-ipsec-upgrade.yaml
/ci-ipsec-e2e:
workflows:
- conformance-ipsec-e2e.yaml
/ci-eks:
workflows:
- conformance-eks.yaml
/ci-external-workloads(?:\s+(versions=(all)|channel=(EXTENDED|REGULAR|STABLE|RAPID|NONE|extended|regular|stable|none)))?:
workflows:
- conformance-externalworkloads.yaml
/ci-gateway-api:
workflows:
- conformance-gateway-api.yaml
/ci-ginkgo:
workflows:
- conformance-ginkgo.yaml
/ci-gke(?:\s+(versions=(all)|channel=(EXTENDED|REGULAR|STABLE|RAPID|NONE|extended|regular|stable|none)))?:
workflows:
- conformance-gke.yaml
/ci-ingress:
workflows:
- conformance-ingress.yaml
/ci-integration:
workflows:
- integration-test.yaml
/ci-multi-pool:
workflows:
- conformance-multi-pool.yaml
/ci-runtime:
workflows:
- conformance-runtime.yaml
/ci-verifier:
workflows:
- tests-datapath-verifier.yaml
/ci-l4lb:
workflows:
- tests-l4lb.yaml
/fqdn-perf:
workflows:
- fqdn-perf.yaml
/scale-100:
workflows:
- scale-test-100-gce.yaml
/scale-clustermesh:
workflows:
- scale-test-clustermesh.yaml
/net-perf-gke:
workflows:
- net-perf-gke.yaml
/ci-hubble-cli:
workflows:
- hubble-cli-integration-test.yaml
/ci-ces-migrate:
workflows:
- tests-ces-migrate.yaml
workflows:
conformance-aks.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-aws-cni.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-clustermesh.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-delegated-ipam.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-ipsec-e2e.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-eks.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-externalworkloads.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-gateway-api.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-ginkgo.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|cilium-cli|Documentation)/|(CODEOWNERS|USERS.md)$)
conformance-gke.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-ingress.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-multi-pool.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
conformance-runtime.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|cilium-cli|Documentation)/|(CODEOWNERS|USERS.md)$)
integration-test.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|Documentation)/|(CODEOWNERS|USERS.md)$)
tests-clustermesh-upgrade.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
tests-datapath-verifier.yaml:
paths-regex: (bpf|test/verifier|vendor|images)/
tests-l4lb.yaml:
paths-regex: (bpf|daemon|images|pkg|test/l4lb|test/nat46x64|vendor)/
tests-e2e-upgrade.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
tests-ipsec-upgrade.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation|hubble)/|(CODEOWNERS|USERS.md|.*_test\.go)$)
hubble-cli-integration-test.yaml:
paths-ignore-regex: ((bpf/complexity-tests|bpf/tests|test|Documentation)/|(CODEOWNERS|USERS.md)$)