Skip to content

Commit 39c83fd

Browse files
authored
Set Buildkite PR job to use master and add batch1 of repos (#2837)
* Set Buildkite PR job to use master and add batch1 of repos * Disable PR bot commenting
1 parent 4c80726 commit 39c83fd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.buildkite/pull-requests.org-wide.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"enabled": true,
55
"pipeline_slug": "docs-build-pr",
6-
"always_trigger_branch": "buildkite-webhook-rebuild-136",
6+
"always_trigger_branch": "master",
77
"allow_org_users": true,
88
"allowed_repo_permissions": [
99
"admin",
@@ -19,14 +19,17 @@
1919
"skip_ci_on_only_changed": [],
2020
"always_require_ci_on_changed": [],
2121
"repositories": [
22+
"elastic/elasticsearch",
23+
"elastic/kibana",
2224
"elastic/tech-content",
25+
"elastic/beats",
2326
"elastic/observability-docs"
2427
]
2528
},
2629
{
2730
"enabled": true,
2831
"pipeline_slug": "docs-build-pr",
29-
"always_trigger_branch": "buildkite-webhook-rebuild-136",
32+
"always_trigger_branch": "master",
3033
"allow_org_users": true,
3134
"allowed_repo_permissions": [
3235
"admin",
@@ -46,6 +49,10 @@
4649
"docs\\.*"
4750
],
4851
"repositories": [
52+
"elastic/security-docs",
53+
"elastic/elasticsearch-py",
54+
"elastic/cloud-on-k8s",
55+
"elastic/ingest-docs",
4956
"elastic/x-pack"
5057
]
5158
},

catalog-info.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ spec:
7777
access_level: BUILD_AND_READ
7878
everyone:
7979
access_level: READ_ONLY
80-
env:
81-
ELASTIC_PR_COMMENTS_ENABLED: 'true'
8280

8381
# Declare daily preview cleaner
8482
---

0 commit comments

Comments
 (0)