All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
20 lines
323 B
HCL
20 lines
323 B
HCL
job "odroid7-check" {
|
|
datacenters = ["dc1"]
|
|
type = "batch"
|
|
|
|
constraint {
|
|
attribute = "${attr.unique.hostname}"
|
|
value = "odroid7"
|
|
}
|
|
|
|
group "check" {
|
|
task "df" {
|
|
driver = "raw_exec"
|
|
config {
|
|
command = "bash"
|
|
args = ["-c", "df -h; sleep 60"]
|
|
}
|
|
}
|
|
}
|
|
}
|