Skip to content

Commit

Permalink
Run Buildkite CI on pull requests (#2331)
Browse files Browse the repository at this point in the history
(cherry picked from commit a76ffa8)
  • Loading branch information
pquentin authored and github-actions[bot] committed Oct 13, 2023
1 parent 5a63ff3 commit 14b5d5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"jobs": [
{
"enabled": true,
"pipeline_slug": "elasticsearch-py",
"allow_org_users": true
}
]
}
5 changes: 2 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
type: library
owner: group:clients-team
lifecycle: production
dependsOn:
- "resource:elasticsearch-py"

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
Expand All @@ -33,9 +35,6 @@ spec:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY
provider_settings:
build_pull_requests: false
build_branches: false
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
schedules:
Expand Down

0 comments on commit 14b5d5f

Please sign in to comment.