22 lines
539 B
Markdown
22 lines
539 B
Markdown
# Smoke Track: trivial doc-file addition
|
|
|
|
## Overview
|
|
|
|
A 1-task track that just adds a single doc file. Used by the smoke e2e
|
|
test to verify the full Tier 2 pipeline (bootstrap + branch + commit).
|
|
|
|
## Goals
|
|
|
|
- Add `tests/artifacts/tier2_smoke_track/added.md` with one line of content
|
|
- Commit the file on a feature branch
|
|
- Verify the branch exists with 1 commit
|
|
|
|
## Functional Requirements
|
|
|
|
- FR1: create the file with content "smoke test ok\n"
|
|
- FR2: commit with message "test(tier2): smoke e2e track"
|
|
|
|
## Out of Scope
|
|
|
|
- Anything else.
|