Skip to content

Commit

Permalink
update triggered pipeline name as well (elastic#195894)
Browse files Browse the repository at this point in the history
## Summary
We've added a new pipeline in elastic#195581, where the name update wasn't
synced to the PR configuration, so the new button is looking for a
non-existent pipeline.

This PR updates the target
  • Loading branch information
delanni authored Oct 11, 2024
1 parent d853de6 commit 5b43c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"repoOwner": "elastic",
"repoName": "kibana",
"pipelineSlug": "kibana-deploy-project",
"pipelineSlug": "kibana-deploy-project-from-pr",

"enabled": true,
"allow_org_users": true,
Expand All @@ -64,7 +64,7 @@
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:deploy)\\W+(?:project))$",
"kibana_versions_check": true,
"kibana_build_reuse": true,
"kibana_build_reuse_pipeline_slugs": ["kibana-pull-request", "kibana-on-merge", "kibana-deploy-project"],
"kibana_build_reuse_pipeline_slugs": ["kibana-pull-request", "kibana-on-merge", "kibana-deploy-project-from-pr"],
"kibana_build_reuse_regexes": [
"^test/",
"^x-pack/test/",
Expand Down

0 comments on commit 5b43c1f

Please sign in to comment.