forked from Deuxfleurs/nixcfg
force woodpecker on scorpio
This commit is contained in:
parent
62bd80a346
commit
eb40718bee
1 changed files with 3 additions and 7 deletions
|
@ -1,12 +1,8 @@
|
||||||
job "woodpecker-ci" {
|
job "woodpecker-ci" {
|
||||||
datacenters = ["neptune", "scorpio"]
|
|
||||||
type = "service"
|
|
||||||
|
|
||||||
# prefer scorpio as neptune has bad ipv6 routes to git.deuxfleurs.fr
|
# prefer scorpio as neptune has bad ipv6 routes to git.deuxfleurs.fr
|
||||||
affinity {
|
# and bad networking makes woodpecker fail to run builds
|
||||||
attribute = "${node.datacenter}"
|
datacenters = [/*"neptune",*/ "scorpio"]
|
||||||
value = "scorpio"
|
type = "service"
|
||||||
}
|
|
||||||
|
|
||||||
group "server" {
|
group "server" {
|
||||||
count = 1
|
count = 1
|
||||||
|
|
Loading…
Reference in a new issue