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 + } +}