It seems like that the maximum artifacts size is 1gb, is it possible to customize it? i.e. through an environment variable?
Not currently, no. You can split it in to different parts I suppose, but that would require some third party tools.
@mpaladin what do you store in 1gb+ artifacts?
@fkorotkov C++ debug artifacts of a big project which don't necessarily deserve to go to a persistent repository but enough to be available at the build level for developers.
@mpaladin is it for a public repository or a private repository? Do you use the community resources or bring your own infrastructure?
@fkorotkov private repository on own infrastructure on Google Cloud.
Oh. In that case I think it will make sense to remove the limit since you'll pay directly to GCP and leave the limit for OSS projects that are running for free.
@fkorotkov sounds good!
Forgot to close the issue. The change got deployed this week.