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
- Per-job files: `/tmp/analyze-ci-release-<version>-job-*.txt` and `/tmp/analyze-ci-prs-job-*.txt`
72
-
2. Read each summary file to extract the analysis content
73
-
3. If a summary file is missing for a release, note it as "Analysis failed or produced no output"
74
-
4. If no PR summary file exists, note "No open rebase PRs or no failures found"
73
+
3. Read each summary file to extract the analysis content
74
+
4. If a summary file is missing for a release, note it as "Analysis failed or produced no output"
75
+
5. If no PR summary file exists, note "No open rebase PRs or no failures found"
75
76
76
77
### Step 5: Generate HTML Summary Report
77
78
78
79
**Goal**: Create a single HTML file at `/tmp/microshift-ci-release-manager-<timestamp>.html` that consolidates all analyses with tabbed navigation.
79
80
80
81
**Actions**:
81
-
1. Generate the HTML report with the structure described below
82
-
2. Save to `/tmp/microshift-ci-release-manager-<timestamp>.html` where `<timestamp>` is `YYYYMMDD-HHMMSS`
83
-
3.**IMPORTANT**: Use the `Bash` tool with `cat <<'HTMLEOF' > /tmp/microshift-ci-release-manager-<timestamp>.html` (heredoc) to write the file, NOT the `Write` tool. This ensures the absolute `/tmp` path is used and avoids permission prompts.
84
-
4. Display the file path to the user in the end.
82
+
1.**IMPORTANT**: Wait until ALL agents are confirmed complete
83
+
2. Generate the HTML report with the structure described below
84
+
3. Save to `/tmp/microshift-ci-release-manager-<timestamp>.html` where `<timestamp>` is `YYYYMMDD-HHMMSS`
85
+
4.**IMPORTANT**: Use the `Bash` tool with `cat <<'HTMLEOF' > /tmp/microshift-ci-release-manager-<timestamp>.html` (heredoc) to write the file, NOT the `Write` tool. This ensures the absolute `/tmp` path is used and avoids permission prompts.
86
+
5. Display the file path to the user in the end, AFTER the summary
0 commit comments