dotnet / dotnet/arcade

Arcade PR pipeline uploads GBs of pipeline artifacts unnecessarily

Open
#7,979 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.