Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
quarto-dev
/
quarto-cli
Public
Notifications
You must be signed in to change notification settings
Fork
460
Star
6k
Code
Issues
1.8k
Pull requests
82
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Group CI logs and surface failures on the default (non-bucketed) test run
- #14715
#14715
Draft
2/2
cderv
wants to merge 27 commits into
main
quarto-dev/quarto-cli:main
from
test/gha-log-grouping
quarto-dev/quarto-cli:test/gha-log-grouping
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Draft
Group CI logs and surface failures on the default (non-bucketed) test run
#14715
cderv
wants to merge 27 commits into
main
quarto-dev/quarto-cli:main
from
test/gha-log-grouping
quarto-dev/quarto-cli:test/gha-log-grouping
Copy head branch name to clipboard
Commits
Commits on Sep 23, 2026
Add design doc for CI test log grouping and failure surfacing
Show description for d28e628
claude
authored and
cderv
committed
d28e628
View commit details
Copy full SHA for d28e628
Browse repository at this point
docs: cross-reference the julia-engine binary-mode gate from the grouping design
Show description for 0f2327e
claude
authored and
cderv
committed
0f2327e
View commit details
Copy full SHA for 0f2327e
Browse repository at this point
docs: resolve design-review findings on the CI log grouping plan
Show description for 4fbac9a
claude
authored and
cderv
committed
4fbac9a
View commit details
Copy full SHA for 4fbac9a
Browse repository at this point
Add GitHub Actions failure-reporting helpers to github.ts
Show description for 6eb9878
cderv
committed
6eb9878
View commit details
Copy full SHA for 6eb9878
Browse repository at this point
Surface CI test failures as annotations and a step summary
Show description for 200fbba
cderv
committed
200fbba
View commit details
Copy full SHA for 200fbba
Browse repository at this point
docs: record the adopted Phase 1 summary-layout deviation in the design
Show description for a0d72ea
claude
authored and
cderv
committed
a0d72ea
View commit details
Copy full SHA for a0d72ea
Browse repository at this point
Emit per-test-file ::group:: markers on the default CI test path
Show description for e6d3974
cderv
committed
e6d3974
View commit details
Copy full SHA for e6d3974
Browse repository at this point
Add a log checker guarding the CI grouping invariants
Show description for 19fecd7
cderv
committed
19fecd7
View commit details
Copy full SHA for 19fecd7
Browse repository at this point
docs: mark Phases 1-2 implemented; record Windows log-capture gotcha
Show description for 2f4b9c8
claude
authored and
cderv
committed
2f4b9c8
View commit details
Copy full SHA for 2f4b9c8
Browse repository at this point
Apply design-review fixes: group closure on early failures, step-wide annotation budget
Show description for 26a980f
claude
authored and
cderv
committed
26a980f
View commit details
Copy full SHA for 26a980f
Browse repository at this point
Fix CI-environment leakage in reporting/grouping unit tests (null sentinel)
Show description for 5b43ad3
claude
authored and
cderv
committed
5b43ad3
View commit details
Copy full SHA for 5b43ad3
Browse repository at this point
docs: correct log-grouping design-doc motivation and citations
Show description for 807df36
cderv
committed
807df36
View commit details
Copy full SHA for 807df36
Browse repository at this point
Name each step-summary detail block after its failing test
Show description for 98b1b6c
claude
authored and
cderv
committed
98b1b6c
View commit details
Copy full SHA for 98b1b6c
Browse repository at this point
Open the per-file CI test group at registration time
Show description for 92e7c25
cderv
committed
92e7c25
View commit details
Copy full SHA for 92e7c25
Browse repository at this point
Document the Phase 2.1 registration-time group open
Show description for 276a7fc
cderv
committed
276a7fc
View commit details
Copy full SHA for 276a7fc
Browse repository at this point
Cluster, label, and trim CI test-failure step summaries
Show description for 5fe9378
cderv
committed
5fe9378
View commit details
Copy full SHA for 5fe9378
Browse repository at this point
Make the version shortcode robust to string-typed quarto.version
Show description for a9f02fd
cderv
committed
a9f02fd
View commit details
Copy full SHA for a9f02fd
Browse repository at this point
Stamp built test dists with the plain version, not a +test marker
Show description for 4beed72
cderv
committed
4beed72
View commit details
Copy full SHA for 4beed72
Browse repository at this point
Harden CI failure reporting: single report, safe writes, bounded summary
Show description for 0e6aa6b
cderv
committed
0e6aa6b
View commit details
Copy full SHA for 0e6aa6b
Browse repository at this point
Discriminate CI failure labels by workflow-supplied job tag
Show description for 8c30f41
cderv
committed
8c30f41
View commit details
Copy full SHA for 8c30f41
Browse repository at this point
Correct design doc claims caught during review
Show description for de23428
cderv
committed
de23428
View commit details
Copy full SHA for de23428
Browse repository at this point
Make stepSummary's write outcome honest and carry teardown failure stacks through
Show description for c65e528
cderv
committed
c65e528
View commit details
Copy full SHA for c65e528
Browse repository at this point
Reserve annotation room for the teardown banner independent of the primary excerpt
Show description for e40b4ec
cderv
committed
e40b4ec
View commit details
Copy full SHA for e40b4ec
Browse repository at this point
Byte-cap the annotation excerpt's primary portion before appending the teardown banner
Show description for 47decef
cderv
committed
47decef
View commit details
Copy full SHA for 47decef
Browse repository at this point
docs: streamline CI test reporting guidance
cderv
committed
85cafd3
View commit details
Copy full SHA for 85cafd3
Browse repository at this point
Adjust workding
cderv
committed
86d7f71
View commit details
Copy full SHA for 86d7f71
Browse repository at this point
Restore the +test build marker and drop the now-unneeded version-shortcode string guard
Show description for ef5ec2b
cderv
committed
ef5ec2b
View commit details
Copy full SHA for ef5ec2b
Browse repository at this point
You can’t perform that action at this time.