Skip to content

Commit 456444f

Browse files
Copilotleofang
andcommitted
Add artifact flow arrows to TEST STAGE and remove empty line from SVG
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 14b1717 commit 456444f

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ flowchart TD
106106
T1 --- T2
107107
end
108108
109-
%% Build Stage
109+
%% Build Stage
110110
subgraph BUILD["🔨 BUILD STAGE"]
111111
subgraph BUILD_PLATFORMS["Parallel Platform Builds"]
112112
B1["linux-64<br/>(Self-hosted)"]
@@ -156,8 +156,10 @@ flowchart TD
156156
157157
%% Artifact Flow Arrows (Cache Reuse)
158158
GITHUB_CACHE -.->|"mini CTK reuse"| BUILD
159+
GITHUB_CACHE -.->|"mini CTK reuse"| TEST
159160
160161
%% Artifact Flow Arrows (Wheel Fetch)
162+
GITHUB_ARTIFACTS -.->|"wheel fetch"| TEST
161163
GITHUB_ARTIFACTS -.->|"wheel fetch"| RELEASE
162164
163165
%% Styling

ci/.ci-pipeline-regen.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ This file contains the prompt and requirements for regenerating `ci-pipeline.svg
5353
- Additional artifact flow arrows (dashed, orange #FF9800):
5454
- From GitHub Cache (mini CTK) back to Build Stage with "mini CTK reuse" label
5555
- From GitHub Artifacts (wheels) to Release Pipeline with "wheel fetch" label
56+
- **NEW**: From GitHub Cache (mini CTK) to Test Stage with "mini CTK reuse" label
57+
- **NEW**: From GitHub Artifacts (wheels) to Test Stage with "wheel fetch" label
5658
- Arrow marker definition with hand-drawn style (orange arrow heads, not black)
5759
- Use stroke-dasharray="5,3" for artifact flow arrows
5860

ci/ci-pipeline.svg

Lines changed: 11 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)