From 8437d61df7564b8c026e5dee031276e92fab1905 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 23 May 2024 10:21:04 +0000 Subject: [PATCH] ci: 8 threads; 64 kernels --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c6f4690..faf1c3f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -139,7 +139,7 @@ jobs: echo 'Type=oneshot' >> test.service echo 'WorkingDirectory=/root/test' >> test.service echo 'TimeoutStopSec=1' >> test.service - echo 'ExecStart=/usr/local/bin/out-of-tree kernel --no-container-cache autogen --threads=8 --max=96 --shuffle' >> test.service + echo 'ExecStart=/usr/local/bin/out-of-tree kernel --no-container-cache autogen --threads=8 --max=64 --shuffle' >> test.service echo 'ExecStart=/usr/local/bin/out-of-tree pew --qemu-timeout=10m --threads=4 --include-internal-errors' >> test.service scp test.service root@$IP:/etc/systemd/system/test.service