mesa/.gitlab-ci/meson
Ryan Neph a2b296c75b ci: fix directory existence racing in parallel test execution
meson tests sharing a binary (and deviating in their env/args) will
produce temporary logs to the same directory, which is assumed to exist
only for the duration of a single test. This is problematic when running
tests in parallel, as one test may remove the directory before the
other(s) finish, causing a test flake.

This appends the each test's pid to the output directory to enforce
uniqueness and avoid the race.

Signed-off-by: Ryan Neph <ryanneph@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20779>
2023-01-31 22:02:58 +00:00
..
build.sh ci: be explicit about the `meson setup` subcommand 2023-01-21 14:44:33 +00:00
time-strace.sh ci: fix directory existence racing in parallel test execution 2023-01-31 22:02:58 +00:00
time.sh