docs: add Tier 3 GO titan fast-path example to vanguard report template#210
Open
clubanderson wants to merge 1 commit into
Open
docs: add Tier 3 GO titan fast-path example to vanguard report template#210clubanderson wants to merge 1 commit into
clubanderson wants to merge 1 commit into
Conversation
…te (projectbluefin#108) Adds a 'Full example (titan fast path, Tier 3, GO) — 2026-05-26' section to docs/vanguard-report-template.md, sourced from the 2026-05-26 titan smoke run (workflow bluefin-titan-smoke-xb9c2). This complements the existing Minimum example (Tier 1) with a concrete Tier 3 GO reference showing: - Tier 1 VM liveness block (dual-titan: titan-bluefin + titan-lts) - Tier 3 Full Loop block with parallel preflight + smoke steps (✔ tree) - Workflow Evidence block (Succeeded, 4/4, duration, parameters) - GO verdict line referencing the workflow name - Correct HTML comment format (status:PASS) Key differences from the Tier 3 NOGO fresh-VM example (projectbluefin#102): - Uses the titan fast path (always-on VMs, no provisioning steps) - Covers two variants in parallel (latest + lts) - All steps succeed — no Blockers section needed Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
hanthor
approved these changes
Jun 6, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
LGTM — docs-only, archiving test results/examples.
hanthor
approved these changes
Jun 7, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Clear documentation addition. LGTM.
hanthor
approved these changes
Jun 16, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Approved via org-wide review.
hanthor
approved these changes
Jun 16, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Approved via org-wide review.
Collaborator
|
This PR has merge conflicts with current main and needs a rebase before it can land. |
hanthor
approved these changes
Jul 1, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Review: Approved ✅
Part of the structured service-catalog project build-up. Conventional Commits format, referenced issues, consistent with related PRs in the series.
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.
Closes #108.
Summary
Adds a Full example (titan fast path, Tier 3, GO) — 2026-05-26 section to
docs/vanguard-report-template.md, sourced from the 2026-05-26 titan smoke run (bluefin-titan-smoke-xb9c2).Why
The template previously only had a minimal Tier 1 GO example (single VM, no workflow step tree). This provides a concrete Tier 3 GO reference covering the titan fast-path shape that agents and operators see most frequently on a healthy lab:
Key distinctions from the Tier 3 NOGO fresh-VM example (PR #207 / issue #102)