Skip to content

Commit

Permalink
Use /var/tmp for $TMPDIR for vfs conformance jobs
Browse files Browse the repository at this point in the history
The conformance tests use the default temporary directory for storing
content when running, and the vfs driver easily needs more than the size
of the tmpfs we have on /tmp when we're running conformance tests.

Signed-off-by: Nalin Dahyabhai <[email protected]>
  • Loading branch information
nalind committed Jun 7, 2024
1 parent 0569f37 commit 8b0ecd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ conformance_task:
matrix:
- env:
STORAGE_DRIVER: 'vfs'
TMPDIR: '/var/tmp'
- env:
STORAGE_DRIVER: 'overlay'

Expand Down

0 comments on commit 8b0ecd7

Please sign in to comment.