docs: add test_step_outcome input to CI upload step documentation#10840
Merged
mergify[bot] merged 1 commit intomainfrom Apr 3, 2026
Conversation
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Updates CI Insights documentation snippets to include the new test_step_outcome input for mergifyio/gha-mergify-ci, helping Mergify detect “silent failures” where the test runner crashes but the JUnit output looks clean.
Changes:
- Add
test_step_outcometo the standard and matrix upload-step YAML examples. - Document
test_step_outcomein the upload-step “Key Points” list. - Extend the quarantine setup partial to recommend passing the test runner step outcome.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/content/docs/ci-insights/test-frameworks/_gha_mergify_ci_quarantine_setup.mdx | Adds narrative guidance about passing test_step_outcome to detect silent failures. |
| src/components/MergifyCIUploadStepMatrix.astro | Updates matrix upload-step YAML example to include test_step_outcome. |
| src/components/MergifyCIUploadStep.astro | Updates upload-step YAML example and adds a “Key Points” entry documenting test_step_outcome. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/content/docs/ci-insights/test-frameworks/_gha_mergify_ci_quarantine_setup.mdx
Outdated
Show resolved
Hide resolved
Document the new `test_step_outcome` input added in Mergifyio/gha-mergify-ci#174. This option lets users pass the test runner step's outcome so Mergify can detect silent failures where the runner crashed but the JUnit report appears clean. Updated the shared upload step components and the quarantine setup partial so the new input appears across all test framework pages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Change-Id: Ifb5f5f1b12e72b1b3059e37cc362f979fe8e6eba Claude-Session-Id: 312d910f-6126-4a7c-812a-91b4a2ad4e58
4dd7ab9 to
0ca3878
Compare
JulianMaurin
approved these changes
Apr 3, 2026
remyduthu
approved these changes
Apr 3, 2026
Contributor
Merge Queue Status
This pull request spent 2 minutes 43 seconds in the queue, including 2 minutes 30 seconds running CI. Required conditions to merge
|
49 tasks
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.
Document the new
test_step_outcomeinput added in Mergifyio/gha-mergify-ci#174.This option lets users pass the test runner step's outcome so Mergify
can detect silent failures where the runner crashed but the JUnit
report appears clean.
Updated the shared upload step components and the quarantine setup
partial so the new input appears across all test framework pages.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com