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 <nalin@redhat.com>
  • Loading branch information
nalind committed Jun 5, 2024
1 parent 0058ea7 commit 6805e31
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 @@ -194,6 +194,7 @@ conformance_task:
matrix:
- env:
STORAGE_DRIVER: 'vfs'
TMPDIR: '/var/tmp'
- env:
STORAGE_DRIVER: 'overlay'

Expand Down

0 comments on commit 6805e31

Please sign in to comment.