various changes

This commit is contained in:
2026-09-08 10:35:18 +02:00
parent 4188bea061
commit dfae78af71
2871 changed files with 280 additions and 732763 deletions

View File

@@ -1,11 +1,17 @@
nextflow {
plugins {
registry = 'https://recreational.tech/plugins/'
}
}
plugins {
id 'nf-k8s'
id 'k8s-dvfs@0.1.0'
}
workDir = '/workspace'
process {
executor = 'k8s'
executor = 'k8s-dvfs'
container = 'ubuntu:22.04'
pod = [
@@ -28,7 +34,7 @@ k8s {
recordTaskRuntimes = true
schedulingStrategy = 'DVFS'
runtimeComparisonEpsilon = '10s'
dvfsSchedulingTopRuntimes = 3
dvfsSchedulingNumTopRuntimes = 3
nodeInit {
enabled = true