On Thu, Dec 12, 2024 at 02:16:30AM -0800, karthik nayak wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > > > Update `create_failed_test_artifacts ()` so that it can handle arbitrary > > test output directories. This fixes creation of these artifacts for > > macOS on GitLab CI, which uses a separate output directory already. This > > will also be used by our out-of-tree builds with Meson. > > > > So currently in the config: `TEST_OUTPUT_DIRECTORY: "/Volumes/RAMDisk"`. > So this is broken as is? Yeah. I've noticed multiple times that the test output directory is not uploaded on failing macOS jobs. Patrick