Add binary-path GitHub Actions reference workflow#301
Open
Ayush7614 wants to merge 1 commit into
Open
Conversation
Show how to provision beacon and beacon-otelcol side by side and pass binary-path for air-gapped or self-hosted runners, with docs links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
examples/github-actions/binary-path-telemetry.ymlshowing how to provisionbeaconandbeacon-otelcolside by side and passbinary-pathfor air-gapped or self-hosted runners.cli/beacon/README.md.Background
action.ymlalready documentsbinary-pathfor air-gapped/self-hosted runners and skips release download when it is set, but there was no copy-paste reference workflow. No open issues or PRs target this gap.Test plan
examples/github-actions/binary-path-telemetry.ymlparses as valid YAMLaction.yml(binary-path, withbeacon-otelcoladjacent)go test ./internal/ci/...incli/beaconworkflow_dispatchNote
Low Risk
Documentation and an example workflow only; no changes to action runtime behavior or application code.
Overview
Adds a copy-paste reference workflow for CI telemetry when runners must not download Beacon during the action step.
examples/github-actions/binary-path-telemetry.ymlshows provisioningbeaconandbeacon-otelcolside by side (with optional checksum-verified download, or an internal mirror on air-gapped runners), then invoking the composite action withbinary-pathso release download is skipped.cli/beacon/README.mdanddocs/log-forwarding/ci-telemetry-exports.mdxdocument the air-gapped/self-hosted pattern and link to the new example alongside existing GitHub Actions samples.Reviewed by Cursor Bugbot for commit a8ca801. Bugbot is set up for automated code reviews on this repo. Configure here.