open-nomad/e2e/jobsubmissions/input/huge.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
347 B
HCL
Raw Normal View History

job "huge" {
type = "batch"
constraint {
attribute = "${attr.kernel.name}"
value = "linux"
}
meta {
key = "REPLACE"
}
group "group" {
task "task" {
driver = "raw_exec"
config {
command = "/usr/bin/false"
}
resources {
cpu = 10
memory = 16
}
}
}
}