Skip to content

Commit

Permalink
Update ci config profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Oct 8, 2024
1 parent f283977 commit 72df80a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions conf/ci.config
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 72df80a

Please sign in to comment.