Skip to content

Commit 5bc00b7

Browse files
Merge pull request #6380 from ggiguash/release-manager-periodic-dates
NO-ISSUE: Reflect job dates in the periodics top-level report
2 parents 044e620 + cfe6ada commit 5bc00b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.claude/commands/analyze-ci-for-release-manager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ The HTML file must be a self-contained, single-file document with embedded CSS a
120120
.collapsible { cursor: pointer; user-select: none; }
121121
.collapsible::before { content: '\25B6 '; font-size: 0.8em; }
122122
.collapsible.active::before { content: '\25BC '; }
123+
.collapsible .job-date { float: right; font-weight: 400; color: #6c757d; font-size: 0.85em; }
123124
.collapsible-content { display: none; }
124125
.collapsible-content.show { display: block; }
125126
.toc { background: white; border-radius: 8px; padding: 20px; margin: 20px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
@@ -250,6 +251,7 @@ document.querySelectorAll('.collapsible').forEach(function(el) {
250251
- `badge-critical`: 5+ failed jobs or CRITICAL severity issues present
251252
- `badge-nodata`: analysis failed or no data
252253
- Make per-job details collapsible to keep the page manageable
254+
- Each collapsible job header in the Periodics tab MUST include the job's finish date (from the Prow job listing) displayed on the right side using `<span class="job-date">YYYY-MM-DD</span>`. Example: `<div class="collapsible">1. e2e-aws-tests-nightly - Root Cause Summary <span class="job-date">2026-03-17</span></div>`
253255
- The overview cards should show the number of failed jobs per release and for rebase PRs at a glance
254256
- The **Periodics** tab contains the per-release periodic job analyses (same as before)
255257
- The **Pull Requests** tab contains the rebase PR analyses grouped by PR

0 commit comments

Comments
 (0)