diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index f6f1ab0e8bd..a2491e80f45 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -25,8 +25,8 @@ "set_commit_status": true, "build_on_commit": true, "build_on_comment": true, - "trigger_comment_regex": "^/test filebeat(for (arm|macos|windows|extended support))?$", - "always_trigger_comment_regex": "^/test filebeat(for (arm|macos|windows|extended support))?$", + "trigger_comment_regex": "^/test filebeat(for (arm|macos|windows|extended support))?$|^/packag[ing|e]$", + "always_trigger_comment_regex": "^/test filebeat(for (arm|macos|windows|extended support))?$|^/package filebeat$", "skip_ci_labels": [ ], "skip_target_branches": [ ], "skip_ci_on_only_changed": [ ], diff --git a/catalog-info.yaml b/catalog-info.yaml index c5679e1215c..d145975ab7d 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -130,9 +130,9 @@ spec: name: filebeat description: "Filebeat pipeline" spec: -# branch_configuration: "main 7.* 8.* v7.* v8.*" TODO: temporarily commented to build PRs from forks + branch_configuration: "main 7.* 8.* v7.* v8.*" pipeline_file: ".buildkite/filebeat/filebeat-pipeline.yml" -# maximum_timeout_in_minutes: 120 TODO: uncomment when pipeline is ready + maximum_timeout_in_minutes: 120 provider_settings: build_pull_request_forks: false build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot @@ -145,8 +145,8 @@ spec: cancel_intermediate_builds_branch_filter: "!main !7.* !8.*" skip_intermediate_builds: true skip_intermediate_builds_branch_filter: "!main !7.* !8.*" - # env: - # ELASTIC_PR_COMMENTS_ENABLED: "true" TODO: uncomment when pipeline is ready + env: + ELASTIC_PR_COMMENTS_ENABLED: "true" teams: ingest-fp: access_level: MANAGE_BUILD_AND_READ