Conversation
Describe --callback-url, --callback-header, --callback-body, --job, and --ci-callback-token on the bencher run page, point --detach, --github-actions, and the job wait options at them, and add a fire and forget section with both workflows to the GitHub Actions how-to, in every language. The --github-actions option now says an empty token is refused before the run starts. The secret_key row now says the key also seals pending callbacks, the glossary gains Unknown, Callback, and Attach, and the changelog gains the feature, its two breaking changes (the --detach requirement and the empty --github-actions token), and the failed job check fix.
epompeii
marked this pull request as ready for review
September 26, 2026 02:44
epompeii
added this pull request to stack #1054
September 26, 2026 02:44
epompeii
marked this pull request as draft
September 26, 2026 03:30
epompeii
marked this pull request as ready for review
September 26, 2026 04:19
epompeii
marked this pull request as draft
September 26, 2026 04:27
This branch has not been deployed
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.
The docs for callbacks and fire and forget bare metal runs, in all nine languages.
bencher run: new chunks for--callback-url,--callback-header,--callback-body,--job, and--ci-callback-token. The body template section gives the five context values, the grammar, and every limit, and says that without a template the callback sends the report. The receiver notes cover dedupe onjob.uuid,httpsonly with private addresses refused, the paid plan requirement, and where secrets belong.--detach,--github-actions, and the job wait options point at them.--github-actionssays an empty token is refused before the run starts, and--callback-headersays to quote the header.env:.secret_keyrow says the key also seals pending callbacks, and that changing it drops them.--github-actionstoken is refused before the run), and the fix that makes a failed or canceled job's check fail instead of pass.Needed for #1046