From c6dd463f9b3b397ddbafd01f1c1e1839fb784fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 20 Apr 2026 17:00:29 +0200 Subject: [PATCH] update test-tools workflow: allocate 4 CPUs, 16GB memory, and disable seccomp for container --- .github/workflows/test-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-tools.yml b/.github/workflows/test-tools.yml index 91bf20f5ee..6957a0eb15 100644 --- a/.github/workflows/test-tools.yml +++ b/.github/workflows/test-tools.yml @@ -81,7 +81,7 @@ jobs: runs-on: oss-vm container: image: meteor/circleci:2025.07.8-android-35-node-22 - options: --user root + options: --user root --cpus 4 --memory 16g --security-opt seccomp=unconfined needs: setup timeout-minutes: 45 steps: