Skip to content

Commit

Permalink
updated trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Jan 31, 2024
1 parent 7c89c13 commit 5291edf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [ ],
Expand Down
8 changes: 4 additions & 4 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5291edf

Please sign in to comment.