fix(cluster): use new litefs key and local volume, exclude odroid7
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
This commit is contained in:
19
odroid8-check.nomad
Normal file
19
odroid8-check.nomad
Normal file
@@ -0,0 +1,19 @@
|
||||
job "odroid8-check" {
|
||||
datacenters = ["dc1"]
|
||||
type = "batch"
|
||||
|
||||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
value = "odroid8"
|
||||
}
|
||||
|
||||
group "check" {
|
||||
task "df" {
|
||||
driver = "raw_exec"
|
||||
config {
|
||||
command = "df"
|
||||
args = ["-h"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user