Skip to content

Commit 3bd230f

Browse files
committed
test: figure out how to enable the merge-queue
1 parent 3cba714 commit 3bd230f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"elastic/logstash",
7272
"elastic/logstash-docs",
7373
"elastic/observability-docs",
74+
"elastic/observability-robots-playground",
7475
"elastic/security-docs",
7576
"elastic/stack-docs",
7677
"elastic/tech-content",

.buildkite/scripts/build_pr.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ if [[ "${GITHUB_PR_BASE_REPO}" != 'docs' ]]; then
142142
docs_diff=$(git diff --stat "origin/$GITHUB_PR_TARGET_BRANCH"...HEAD -- ./docs/en)
143143
;;
144144

145+
"observability-robots-playground")
146+
git fetch origin "$GITHUB_PR_TARGET_BRANCH"
147+
echo "This project is only for testing purposes"
148+
exit 0
149+
;;
150+
145151
"packagespec")
146152
git fetch origin "$GITHUB_PR_TARGET_BRANCH"
147153
docs_diff=$(git diff --stat "origin/$GITHUB_PR_TARGET_BRANCH"...HEAD -- ./versions ./spec)

0 commit comments

Comments
 (0)