Deploy to int node instead of autobox
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 40s
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 40s
autobox exits 132 (SIGILL) - try int node which may support the required CPU features.
This commit is contained in:
@@ -26,7 +26,7 @@ job "fil" {
|
||||
|
||||
constraint {
|
||||
attribute = "${node.unique.name}"
|
||||
value = "autobox.i80.dk"
|
||||
value = "int"
|
||||
}
|
||||
|
||||
update {
|
||||
|
||||
Reference in New Issue
Block a user