Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
pipeline_file: ".buildkite/pipeline.yml"
provider_settings:
build_pull_request_forks: false
build_pull_requests: false # PR builds are managed by buildkite-pr-bot
build_tags: true
repository: elastic/elastic-package
cancel_intermediate_builds: true
Expand All @@ -48,9 +49,10 @@ spec:
env:
ELASTIC_PR_COMMENTS_ENABLED: 'true'
teams:
ecosystem: {}
ecosystem:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
access_level: BUILD_AND_READ
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

Expand Down Expand Up @@ -80,15 +82,17 @@ spec:
pipeline_file: ".buildkite/pipeline.package-storage-publish.yml"
provider_settings:
build_pull_request_forks: false
build_pull_requests: false # PR builds are managed by buildkite-pr-bot
build_tags: true
repository: elastic/elastic-package
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: '!main'
teams:
ecosystem: {}
ecosystem:
access_level: MANAGE_BUILD_AND_READ
ingest-fp:
access_level: BUILD_AND_READ
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY