Skip to content

Commit

Permalink
Rework CI labels
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Oct 9, 2023
1 parent dea329e commit cd20781
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions workflows/utils/labels_ci.config
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit cd20781

Please sign in to comment.