orchestration-tests/nomad/storage_plugins/ceph.nomad
2022-09-04 14:04:45 -07:00

10 lines
182 B
HCL

job {
# Don't run on Raspberry Pi because kernel mod is not present
constraint {
attribute = "${attr.kernel.version}"
operator = "regexp"
value = "(?!-raspi)"
}
}