Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: skip build for APM Server if there are no code changes #3051

Merged
merged 2 commits into from
Sep 11, 2024

Commits on Sep 3, 2024

  1. feat: skip build for APM Server if there are no code changes

    docs/build-pr is the slowest job in apm-server CI pipeline and it is
    impacting significantly developer velocity when merging PRs.
    Update the buildkite pipeline to exit early if there are no
    docs changes.
    APM Server docs is actually in a separate repository (observability-docs)
    and the few remaining files are barely touched (except for the changelog)
    kruskall committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e9ec4ab View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    0ab7eda View commit details
    Browse the repository at this point in the history