From 72df80a6bfe003c380d35832c5b6d3f8742703d0 Mon Sep 17 00:00:00 2001 From: nschcolnicov Date: Tue, 8 Oct 2024 22:41:58 +0000 Subject: [PATCH] Update ci config profile --- conf/ci.config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/conf/ci.config b/conf/ci.config index cf759aec..0c63ba51 100644 --- a/conf/ci.config +++ b/conf/ci.config @@ -1,7 +1,13 @@ +// CI max resource settings process { - label = null //remove all process labels - // CI max resource settings - cpus = 2 - memory = 6.GB - time = 6.h + withLabel:'.*' { + cpus = 2 + memory = 6.GB + time = 6.h } + withLabel:process_single { + cpus = 2 + memory = 6.GB + time = 6.h + } +}