Report scheduled full-stack failures - #65
Merged
Merged
Conversation
dimavrem22
force-pushed
the
ci/scheduled-failure-reporting
branch
from
August 17, 2026 05:02
7b1a9d0 to
57391a6
Compare
dimavrem22
marked this pull request as ready for review
August 17, 2026 05:31
alex-w-99
approved these changes
Aug 17, 2026
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.
Executive Summary
Routes scheduled full-stack failures through one signed, threaded reporting workflow.
Description
Converts the canary into a reusable workflow, invokes it as the first stage of Full stack e2e, and moves the existing schedule to that parent workflow. A separate workflow_run reporter posts the root notification and sends a compact HMAC-SHA256 signed event with stable run, attempt, revision, environment, and thread identifiers.
The plugin version is bumped to 0.2.11 for this release.
Pull requests and manual runs continue to execute the stack but cannot trigger scheduled-failure reporting. Draft and cross-repository pull requests remain skipped.
Reason
Unattended canary and live-stack failures need one durable run identity and one structured completion path so follow-up automation can verify and investigate the exact failed run.
Decisions
Testing