From 1966f861202b366f18ebfcb878f479075baae3e3 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 10 Apr 2025 11:34:50 +0200 Subject: [PATCH] [ci] Allow to run tests in paralel Signed-off-by: Andrei Kvapil --- packages/core/testing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/testing/Makefile b/packages/core/testing/Makefile index ed943a95..747d4507 100755 --- a/packages/core/testing/Makefile +++ b/packages/core/testing/Makefile @@ -2,7 +2,7 @@ NAMESPACE=cozy-e2e-tests NAME := sandbox CLEAN := 1 TESTING_APPS := $(shell find ../../apps -maxdepth 1 -mindepth 1 -type d | awk -F/ '{print $$NF}') -SANDBOX_NAME := cozy-e2e-sandbox +SANDBOX_NAME := cozy-e2e-sandbox-$(shell echo "$$(hostname):$$(pwd)" | sha256sum | cut -c -6) ROOT_DIR = $(dir $(abspath $(firstword $(MAKEFILE_LIST))/../../..))