diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json deleted file mode 100644 index 9a8136b..0000000 --- a/.buildkite/pull-requests.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "jobs": [ - { - "enabled": true, - "pipeline_slug": "elastic-stack-installers", - "allow_org_users": true, - "allowed_repo_permissions": ["admin", "write"], - "allowed_list": ["github-actions[bot]"], - "set_commit_status": true, - "build_on_commit": true, - "build_on_comment": true, - "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", - "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", - "skip_ci_labels": [ ], - "skip_target_branches": [ ], - "skip_ci_on_only_changed": [ - "^docs/" - ], - "always_require_ci_on_changed": [ ] - } - ] - } diff --git a/catalog-info.yaml b/catalog-info.yaml index fd00662..0129e50 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -47,13 +47,9 @@ spec: spec: pipeline_file: ".buildkite/pipeline.yml" provider_settings: + build_branches: true build_pull_request_forks: false - build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot - build_branches: false - build_tags: false - filter_enabled: true - filter_condition: >- - build.creator.name == 'elasticmachine' && build.pull_request.id != null + build_pull_requests: true publish_commit_status: true publish_commit_status_per_step: false repository: elastic/elastic-stack-installers