|
223 | 223 | "skip_target_branches": [ ], |
224 | 224 | "skip_ci_on_only_changed": [ ], |
225 | 225 | "always_require_ci_on_changed": ["^x-pack/metricbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"] |
| 226 | + }, |
| 227 | + { |
| 228 | + "enabled": true, |
| 229 | + "pipelineSlug": "beats-xpack-auditbeat", |
| 230 | + "allow_org_users": true, |
| 231 | + "allowed_repo_permissions": ["admin", "write"], |
| 232 | + "allowed_list": [ ], |
| 233 | + "set_commit_status": true, |
| 234 | + "build_on_commit": true, |
| 235 | + "build_on_comment": true, |
| 236 | + "trigger_comment_regex": "^/test x-pack/auditbeat$", |
| 237 | + "always_trigger_comment_regex": "^/test x-pack/auditbeat$", |
| 238 | + "skip_ci_labels": [ ], |
| 239 | + "skip_target_branches": [ ], |
| 240 | + "skip_ci_on_only_changed": [ ], |
| 241 | + "always_require_ci_on_changed": ["^x-pack/auditbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"] |
| 242 | + }, |
| 243 | + { |
| 244 | + "enabled": true, |
| 245 | + "pipelineSlug": "beats-xpack-dockerlogbeat", |
| 246 | + "allow_org_users": true, |
| 247 | + "allowed_repo_permissions": ["admin", "write"], |
| 248 | + "allowed_list": [ ], |
| 249 | + "set_commit_status": true, |
| 250 | + "build_on_commit": true, |
| 251 | + "build_on_comment": true, |
| 252 | + "trigger_comment_regex": "^/test x-pack/dockerlogbeat$", |
| 253 | + "always_trigger_comment_regex": "^/test x-pack/dockerlogbeat$", |
| 254 | + "skip_ci_labels": [ ], |
| 255 | + "skip_target_branches": [ ], |
| 256 | + "skip_ci_on_only_changed": [ ], |
| 257 | + "always_require_ci_on_changed": ["^x-pack/dockerlogbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"] |
| 258 | + }, |
| 259 | + { |
| 260 | + "enabled": true, |
| 261 | + "pipelineSlug": "beats-xpack-filebeat", |
| 262 | + "allow_org_users": true, |
| 263 | + "allowed_repo_permissions": ["admin", "write"], |
| 264 | + "allowed_list": [ ], |
| 265 | + "set_commit_status": true, |
| 266 | + "build_on_commit": true, |
| 267 | + "build_on_comment": true, |
| 268 | + "trigger_comment_regex": "^/test x-pack/filebeat$", |
| 269 | + "always_trigger_comment_regex": "^/test x-pack/filebeat$", |
| 270 | + "skip_ci_labels": [ ], |
| 271 | + "skip_target_branches": [ ], |
| 272 | + "skip_ci_on_only_changed": [ ], |
| 273 | + "always_require_ci_on_changed": ["^x-pack/filebeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"] |
| 274 | + }, |
| 275 | + { |
| 276 | + "enabled": true, |
| 277 | + "pipelineSlug": "beats-xpack-heartbeat", |
| 278 | + "allow_org_users": true, |
| 279 | + "allowed_repo_permissions": ["admin", "write"], |
| 280 | + "allowed_list": [ ], |
| 281 | + "set_commit_status": true, |
| 282 | + "build_on_commit": true, |
| 283 | + "build_on_comment": true, |
| 284 | + "trigger_comment_regex": "^/test x-pack/heartbeat$", |
| 285 | + "always_trigger_comment_regex": "^/test x-pack/heartbeat$", |
| 286 | + "skip_ci_labels": [ ], |
| 287 | + "skip_target_branches": [ ], |
| 288 | + "skip_ci_on_only_changed": [ ], |
| 289 | + "always_require_ci_on_changed": ["^x-pack/heartbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"] |
| 290 | + }, |
| 291 | + { |
| 292 | + "enabled": true, |
| 293 | + "pipelineSlug": "beats-xpack-osquerybeat", |
| 294 | + "allow_org_users": true, |
| 295 | + "allowed_repo_permissions": ["admin", "write"], |
| 296 | + "allowed_list": [ ], |
| 297 | + "set_commit_status": true, |
| 298 | + "build_on_commit": true, |
| 299 | + "build_on_comment": true, |
| 300 | + "trigger_comment_regex": "^/test x-pack/osquerybeat$", |
| 301 | + "always_trigger_comment_regex": "^/test x-pack/osquerybeat$", |
| 302 | + "skip_ci_labels": [ ], |
| 303 | + "skip_target_branches": [ ], |
| 304 | + "skip_ci_on_only_changed": [ ], |
| 305 | + "always_require_ci_on_changed": ["^x-pack/osquerybeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"] |
226 | 306 | } |
227 | 307 | ] |
228 | 308 | } |
0 commit comments