Skip to content

Commit

Permalink
fix nomadlab typos
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Aguilera <jorge@edn.es>
  • Loading branch information
jagedn committed Jul 15, 2024
1 parent 08b82b1 commit 1e14510
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions validation/sun-nomadlab/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,16 @@ nomad {
volumes = [
{ type "csi" name "juicefs-volume" }
]
constraints {
constraints = {

node {
unique = [name: "nomad02"]
}
/*
attr {
raw 'platform.aws.instance-type', '=', 'm4.xlarge'
}

*/
attr {
unique = [hostname:'nomad02']
//raw 'platform.aws.instance-type', '=', 'm4.xlarge'
}
}
}
}

0 comments on commit 1e14510

Please sign in to comment.