Arcade PR pipeline uploads GBs of pipeline artifacts unnecessarily
Open
TechnicalDebt
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
The Arcade PR pipeline takes over 1 hour to finish while it's doing some unnecessary things:
- Uploading 6 GB of pipeline artifacts that are not used (it is upload in the Test phase at the very end)
- Uploading 4 GB in the build phase where I don't think the artifacts are used for anything (needs to be verified)
Furthermore, when building the test phase, we send unit tests to 4 queues to test the Helix SDK. However, we build the tests 4 times even though we probably can only do it once, however, this does only takes several minutes so not a high priority
Contributor guide
Assessment
This issue has not been assessed yet.