Skip to content

Commit

Permalink
[CI] Remove elastic-agent trigger from pull-requests.json (#40026)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Jun 26, 2024
1 parent 7ea028c commit c2b2983
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*"]
}
}
]
}

0 comments on commit c2b2983

Please sign in to comment.