Skip to content

Commit d8ced3a

Browse files
authored
Arcade-powered: sourcelink CI implemented (#1990)
1 parent f47119a commit d8ced3a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Documentation/planning/arcade-powered-source-build/img/implementation-plan-graph.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ node [fillcolor="#F7CAAC",style="filled,diagonals",tooltip="Inputs ready"]
2525

2626
node [fillcolor="#FFE599",style="dashed,filled,rounded",tooltip="1"]
2727
"s1"[label="#1 - Local build infra"]
28-
"sourcelink"
2928

3029
node [fillcolor="#F0FE86",style="dashed,filled",tooltip="2"]
3130
"s2"[label="#2 - CI implemented"]
31+
"sourcelink"
3232

3333
node [fillcolor="#B4C6E7",style="bold,filled,rounded",tooltip="3"]
3434
"s3"[label="#3 - Artifacts greenlit"]

Documentation/planning/arcade-powered-source-build/img/implementation-plan-graph.svg

Lines changed: 11 additions & 11 deletions
Loading

Documentation/planning/arcade-powered-source-build/implementation-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Below, the repo status is in a graph to show the dependencies and make it easy t
1010
| Tier | Repo | Owner | Input intermediate packages available | (Stage 1)<br>Local build infra | (Stage 2)<br>CI implemented | (Stage 3)<br>Artifacts greenlit | (Stage 4)<br>Prebuilt regressions blocked |
1111
| --- | --- | --- | :---: | :---: | :---: | :---: | :---: |
1212
| sbrp | Source-build-reference-packages | [Dan Seefeldt](https://github.com/dseefeld) | ✔️ | ✔️ | ✔️ | ✔️ | |
13-
| Tools | sourcelink | [Tomas Matousek](https://github.com/tmat) | ✔️ | ✔️ | | | |
13+
| Tools | sourcelink | [Tomas Matousek](https://github.com/tmat) | ✔️ | ✔️ | ✔️ | | |
1414
| Tools | arcade | [Mark Wilkie](https://github.com/markwilkie) | | | | | |
1515
| 1 | *application-insights*<sup>1</sup> | ? | ✔️ | | | | |
1616
| 1 | *cssparser*<sup>1</sup> | ? | ✔️ | | | | |

0 commit comments

Comments
 (0)