Skip to content

Commit

Permalink
Remove BK PR Bot trigger for packetbeat (elastic#39077)
Browse files Browse the repository at this point in the history
In preparation for the migration to a static pipeline for packetbeat,
this commit removes the Buildkite PR Bot trigger.

Relates elastic/ingest-dev#3072
  • Loading branch information
dliappis authored Apr 19, 2024
1 parent 8738b6c commit 0d726a6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": [ ]
},
{
"enabled": true,
"pipelineSlug": "beats-packetbeat",
"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 packetbeat$",
"always_trigger_comment_regex": "^/test packetbeat$",
"skip_ci_labels": [ ],
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": ["^packetbeat/.*", ".buildkite/packetbeat/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*"]
},
{
"enabled": true,
"pipelineSlug": "beats-xpack-elastic-agent",
Expand Down

0 comments on commit 0d726a6

Please sign in to comment.