Skip to content

ci: Uprev piglit to b3a9fa345d87 ("framework/replay: Quote resource names before signing")

Tomeu Vizoso requested to merge tomeu/mesa:piglit-uprev into master

ci: Uprev piglit to b3a9fa345d87 ("framework/replay: Quote resource names before signing"

Recently, support for authenticated downloads has landed into piglit's replay profile. We need this so authorized Gitlab users can get their pipelines to download non-redistributable traces.

It also brings new tests in, and changes to existing tests that required updates to the expect files.

To build this new version of Piglit, we need to bring glslangValidator in if the Vulkan tests are built.

Splitting this out from !6441 (merged) so I don't need to keep rebasing it.

Merge request reports