diff --git a/jobspec/test-fixtures/distinctHosts-constraint.hcl b/jobspec/test-fixtures/distinctHosts-constraint.hcl new file mode 100644 index 000000000..7780c4b8c --- /dev/null +++ b/jobspec/test-fixtures/distinctHosts-constraint.hcl @@ -0,0 +1,5 @@ +job "foo" { + constraint { + distinctHosts = "true" + } +}