summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-10-17 14:29:05 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-10-17 15:13:53 +0200
commit7ff0f654fb906db447b1993e4322cb71ab76e607 (patch)
tree67a4f4a98b058fbce4b0c60bac318e9d23075106 /Makefile
parent0a004fd3619a0938c836648a6acbbdf6a1d4fcb5 (diff)
downloaddocker-7ff0f654fb906db447b1993e4322cb71ab76e607.tar.gz
daemon: add TEST_INTEGRATION_USE_SNAPSHOTTER for CI
This allows us to run CI with the containerd snapshotter enabled, without patching the daemon.json, or changing how tests set up daemon flags. A warning log is added during startup, to inform if this variable is set, as it should only be used for our integration tests. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfe3c17e4b..994d2d9f46 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ DOCKER_ENVS := \
-e GITHUB_ACTIONS \
-e TEST_FORCE_VALIDATE \
-e TEST_INTEGRATION_DIR \
+ -e TEST_INTEGRATION_USE_SNAPSHOTTER \
-e TEST_SKIP_INTEGRATION \
-e TEST_SKIP_INTEGRATION_CLI \
-e TESTCOVERAGE \