From cd20781cab81aac08e52b3842951f7608ebfa602 Mon Sep 17 00:00:00 2001 From: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:31:12 +0200 Subject: [PATCH] Rework CI labels --- workflows/utils/labels_ci.config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/workflows/utils/labels_ci.config b/workflows/utils/labels_ci.config index 039f11c1469..5dc4f5ad1f6 100644 --- a/workflows/utils/labels_ci.config +++ b/workflows/utils/labels_ci.config @@ -1,11 +1,14 @@ process { - withLabel: lowmem { memory = 5.Gb } + + withLabel: lowmem { memory = 6.Gb } + withLabel: midmem { memory = 6.Gb } + withLabel: highmem { memory = 6.Gb } + withLabel: veryhighmem { memory = 6.Gb } + + withLabel: singlecpu { cpus = 2 } withLabel: lowcpu { cpus = 2 } - withLabel: midmem { memory = 5.Gb } withLabel: midcpu { cpus = 2 } - withLabel: highmem { memory = 5.Gb } withLabel: highcpu { cpus = 2 } - withLabel: veryhighmem { memory = 5.Gb } } env.NUMBA_CACHE_DIR = '/tmp'