Skip to content

Commit

Permalink
Remove BK PR Bot trigger for x-pack/heartbeat (#39014)
Browse files Browse the repository at this point in the history
In preparation for the migration to a static
pipeline (#38845), this commit removes the
Buildkite PR Bot trigger for the pipeline.
  • Loading branch information
dliappis committed Apr 17, 2024
1 parent 1ade6d2 commit 4a5d333
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 @@ -95,22 +95,6 @@
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": ["^x-pack/libbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"]
},
{
"enabled": true,
"pipelineSlug": "beats-xpack-heartbeat",
"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 x-pack/heartbeat$",
"always_trigger_comment_regex": "^/test x-pack/heartbeat$",
"skip_ci_labels": [ ],
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": ["^x-pack/heartbeat/.*", "^.buildkite/.*", "^go.mod", "^pytest.ini", "^dev-tools/.*", "^libbeat/.*", "^testing/.*", "^x-pack/libbeat/.*"]
}
]
}

0 comments on commit 4a5d333

Please sign in to comment.