Move display harness rendezvous files to /tmp

This commit is contained in:
Lawrence Chen 2026-03-18 03:13:23 -07:00
parent 95cd26c0b6
commit 1c6d5568f7
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -208,9 +208,7 @@ jobs:
DISPLAY_ENV_PREFIX=()
if [ "$TEST_FILTER" = "DisplayResolutionRegressionUITests" ]; then
HARNESS_DIR="${RUNNER_TEMP}/cmux-display-churn-${{ github.run_id }}-${{ github.run_attempt }}"
mkdir -p "$HARNESS_DIR"
PREFIX="${HARNESS_DIR}/cmux-display-churn"
PREFIX="/tmp/cmux-display-churn-${{ github.run_id }}-${{ github.run_attempt }}"
READY_PATH="${PREFIX}.ready"
DISPLAY_ID_PATH="${PREFIX}.id"
START_PATH="${PREFIX}.start"