-
I'm setting up a set of GitLab CI jobs to run tests and assemble my project. These tasks are handled in separate jobs, however I would like the test job to be able to use the results from the build job. I tried asking GitLab to preserve the contents of the WARNING: File ignored: out/mill-worker-MfYdUAhWymwPIq7yiMtfEgBbQzg=-1/mill-2464e2577abfd5cb4ed89a550d6709b7-io
ERROR: Uploading artifacts as "archive" to coordinator... 413 Request Entity Too Large id=44625 responseStatus=413 Request Entity Too Large status=413 token=glcbt-64 I guess that all of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
TBH I would need more information to help here. What's the Gitlab upload limit? Can it be increased? What's the breakdown of files and subfolders and the size taken up by each one? Have you run Without that information there's no way to guess what you would need to do. Everything in the |
Beta Was this translation helpful? Give feedback.
-
I think a good indicator could be to look at the runtime needed to produce the task results. E.g. compilation ( You can find some numbers in |
Beta Was this translation helpful? Give feedback.
The easiest way to find out is run
plan
on both, take the two output lists of tasks, and take their intersection. That's what would be shared