Skip to content
Snippets Groups Projects
Commit bc18bf72 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add count400 to configs

parent 66568000
Branches
Tags
2 merge requests!78Develop,!76Resolve "Generate Raw RDS file"
Pipeline #7533 passed with stages
in 8 minutes and 27 seconds
......@@ -33,6 +33,10 @@ process {
cpus = 2
memory = '30 GB'
}
withLabel: count400 {
cpus = 2
memory = '30 GB'
}
withLabel: versions {
cpus = 3
memory = '1 GB'
......
......@@ -21,6 +21,9 @@ process {
withLabel: count310 {
queue = '128GB,256GB,256GBv1,384GB'
}
withLabel: count400 {
queue = '128GB,256GB,256GBv1,384GB'
}
withLabel: versions {
executor = 'local'
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment