Skip to content

Test: verify docs-build-pr pipeline triggers for elastic/docs PRs#3331

Open
Mpdreamz wants to merge 1 commit intomasterfrom
test/buildkite-docs-build-pr-trigger
Open

Test: verify docs-build-pr pipeline triggers for elastic/docs PRs#3331
Mpdreamz wants to merge 1 commit intomasterfrom
test/buildkite-docs-build-pr-trigger

Conversation

@Mpdreamz
Copy link
Copy Markdown
Member

@Mpdreamz Mpdreamz commented May 3, 2026

Adds a comment line to conf.yaml as a minimal change to test whether the docs-build-pr Buildkite pipeline triggers correctly for PRs to this repo.

Do not merge — this PR exists solely to verify CI trigger behaviour.

@Mpdreamz Mpdreamz requested review from a team as code owners May 3, 2026 18:30
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@Mpdreamz
Copy link
Copy Markdown
Member Author

Mpdreamz commented May 3, 2026

run docs-build

The docs-build-pr pipeline has a branch filter in Buildkite that only
allows master. Job 0 works because always_trigger_branch: master always
builds against master. Job 1 (elastic/docs) has no always_trigger_branch
so the pr-bot triggers against the PR feature branch, which the pipeline
filter silently rejects.

Setting ignore_pipeline_branch_filters: true on job 1 bypasses the filter
and lets build_on_commit work as intended.

Also adds a comment to conf.yaml to serve as the test commit for this PR.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@Mpdreamz Mpdreamz force-pushed the test/buildkite-docs-build-pr-trigger branch from 9fbc920 to 287860f Compare May 3, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant