orchestration-tests/nomad/storage_plugins/ceph.nomad

10 lines
182 B
Plaintext
Raw Normal View History

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