jobrunaggregator: add numerical identifiers to job run squares#4901
jobrunaggregator: add numerical identifiers to job run squares#4901petr-muller wants to merge 1 commit intoopenshift:mainfrom
Conversation
Add stable numerical identifiers to colored squares in the Spyglass Suite Information HTML artifact to help identify correlations between test failures. When multiple tests fail in the same job run, they display the same number, making it easier to spot patterns. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: petr-muller The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Pure Claude work, I'd like to test this first |
Summary
Add stable numerical identifiers (1, 2, 3, ...) to the colored squares in the Spyglass Suite Information HTML artifact. This makes it easy to identify correlations between test failures across different tests.
Changes
dicttemplate function to pass multiple values to nested templatesExample
If three tests fail in job run
1234567890, all three will display the same number (e.g., "1") on their red squares, making the correlation immediately visible.Test plan
🤖 Generated with Claude Code