From c2b2983c1825dcf7dabf64c4a04ce9cf34814fce Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Wed, 26 Jun 2024 15:55:20 +0200 Subject: [PATCH] [CI] Remove elastic-agent trigger from pull-requests.json (#40026) --- .buildkite/pull-requests.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index b2cbb06e70f..d3e6b7a56c4 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -15,22 +15,6 @@ "skip_target_branches": [ ], "skip_ci_on_only_changed": [ ], "always_require_ci_on_changed": [ ] - }, - { - "enabled": true, - "pipelineSlug": "beats-xpack-elastic-agent", - "allow_org_users": true, - "allowed_repo_permissions": ["admin", "write"], - "allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"], - "set_commit_status": true, - "build_on_commit": true, - "build_on_comment": true, - "trigger_comment_regex": "^/test elastic-agent$", - "always_trigger_comment_regex": "^/test elastic-agent$", - "skip_ci_labels": [ ], - "skip_target_branches": [ ], - "skip_ci_on_only_changed": ["^x-pack/elastic-agent/README.md", "^x-pack/elastic-agent/docs/.*", "^x-pack/elastic-agent/devtools/.*" ], - "always_require_ci_on_changed": ["^x-pack/elastic-agent/.*", ".buildkite/x-pack/elastic-agent/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*"] - } + } ] }