Skip to content

Save Knapsack reports in S3 instead of in shared cache

Rémy Coutable requested to merge 29772-store-knapsack-reports-in-s3 into master

What does this MR do?

This saves Knapsack reports in S3 instead of relying on the best-effort shared runner cache.

Are there points in the code the reviewer needs to double check?

Knapsack reports are now namespaced with the project name and the report file include the branch name in case we want to save Knapsack reports for specific branches (as I'm doing to test this branch): that means that CE and EE will have different reports, which makes sense since EE has additional tests.

Closes #29772 (closed)

Merge request reports