Skip to content

Commit a76ffa8

Browse files
authored
Run Buildkite CI on pull requests (#2331)
1 parent 8affaa7 commit a76ffa8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.buildkite/pull-requests.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"jobs": [
3+
{
4+
"enabled": true,
5+
"pipeline_slug": "elasticsearch-py",
6+
"allow_org_users": true
7+
}
8+
]
9+
}

catalog-info.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ spec:
88
type: library
99
owner: group:clients-team
1010
lifecycle: production
11+
dependsOn:
12+
- "resource:elasticsearch-py"
1113

1214
---
1315
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
@@ -33,9 +35,6 @@ spec:
3335
access_level: MANAGE_BUILD_AND_READ
3436
everyone:
3537
access_level: READ_ONLY
36-
provider_settings:
37-
build_pull_requests: false
38-
build_branches: false
3938
cancel_intermediate_builds: true
4039
cancel_intermediate_builds_branch_filter: '!main'
4140
schedules:

0 commit comments

Comments
 (0)