Move display harness rendezvous files to /tmp
This commit is contained in:
parent
95cd26c0b6
commit
1c6d5568f7
2 changed files with 2 additions and 6 deletions
4
.github/workflows/test-e2e.yml
vendored
4
.github/workflows/test-e2e.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue