Hey,
I want to compress caches with PDG. The idea is to split the cache in bundles of ~5 and compress them to then be uploaded afterwards.
So what I would need to do is remap the work items in a way that they group to a fifth. Every new work item contains the 5 paths to the bundled cache files.
If I got this setup I can trigger a python script to trigger the compression.
Can someone help?
Edit:
I just found the filecompress node and will use that.