From ec59705ce662ef653e5e579d6eba61d6141b8658 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Wed, 10 Apr 2024 14:46:53 +0300 Subject: [PATCH] Remove Buildkite pipeline trigger (#38816) This is needed to land in main before migrating the pipeline because the bot expects to find this in main. Follow-up work will happen to migrate the pipeline. Signed-off-by: Alexandros Sapranidis --- .buildkite/pull-requests.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index ba73203ec689..1cc18f0f0b1d 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -16,22 +16,6 @@ "skip_ci_on_only_changed": [ ], "always_require_ci_on_changed": [ ] }, - { - "enabled": true, - "pipelineSlug": "filebeat", - "allow_org_users": true, - "allowed_repo_permissions": ["admin", "write"], - "allowed_list": [ ], - "set_commit_status": true, - "build_on_commit": true, - "build_on_comment": true, - "trigger_comment_regex": "^/test filebeat(for (arm|macos|windows|extended support))?$|^/packag[ing|e]$", - "always_trigger_comment_regex": "^/test filebeat(for (arm|macos|windows|extended support))?$|^/packag[ing|e]$", - "skip_ci_labels": [ ], - "skip_target_branches": [ ], - "skip_ci_on_only_changed": [ ], - "always_require_ci_on_changed": ["^filebeat/.*", ".buildkite/filebeat/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*" ] - }, { "enabled": true, "pipelineSlug": "beats-metricbeat",