Skip to content

ci: Update Windows baseline to Server 2022

Daniel Stone requested to merge daniels/piglit:ci-windows-2022 into main

This MR just does the simplest possible thing to update our Windows baseline in CI to Server 2022. The best-supported runner we have is 2022, and the old 1909 one is very likely going away. As the container runtime and OS versions aren't fully interchangeable, we need to update our container baseline.

Doing that smashed me into the below, which I also needed to fix:

Under CMake, we end up with a limit of 250 characters for the path name. CMake was generating names like: C:/Users/Administrator/runner/builds/daniels/piglit/target_api/gl/tests/spec/arb_framebuffer_object/CMakeFiles/same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.dir/./same-attachment-glFramebufferRenderbuffer-GL_DEPTH_STENCIL_ATTACHMENT.c.obj

Rename the three most egregiously long test names to work around this.


cc @jenatali

Merge request reports