This repository was archived by the owner on Feb 24, 2020. It is now read-only.
tests/caps: skip if overlayfs support is missing - #3670
#3670Merged
Merged
tests/caps: skip if overlayfs support is missing#3670
Conversation
Member
Author
|
/cc @squeed |
Capabilities tests produce a very large combination of images and unpacked pods, which can easily fill all disk space on systems without overlayfs support. As we are currently hitting such limit on SemaphoreCI, this commit makes caps tests optional by skipping them if overlayfs can't be used.
lucab
force-pushed
the
ups/test-semaphore-disk
branch
from
May 8, 2017 12:01
d292829 to
f71c822
Compare
Member
euank
approved these changes
May 8, 2017
Contributor
|
is that actually a meme or did you just make that up?
Am 08.05.2017 20:40 schrieb "Euan Kemp" <notifications@github.com>:
… ***@***.**** approved this pull request.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3670 (review)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACewN3JEA9m13O7U868sm3GKk8DoQkjbks5r32GSgaJpZM4NTzPf>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Capabilities tests produce a very large combination of images and
unpacked pods, which can easily fill all disk space on systems without
overlayfs support.
As we are currently hitting such limit on SemaphoreCI, this commit
makes caps tests optional by skipping them if overlayfs can't be used.