hydra: build-machines: Use the berlin local IP as only substitute server.

* hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os): Add
the berlin local IP as only remote-worker substitute server.
This commit is contained in:
Mathieu Othacehe 2021-08-12 14:32:38 +02:00
parent a981d79011
commit df02f96476
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,8 @@ are 10022 and 15900. Keep secret-service port local."
(service cuirass-remote-worker-service-type
(cuirass-remote-worker-configuration
(workers max-jobs)
(systems systems)))
(systems systems)
(substitute-urls '("http://141.80.167.131"))))
(service mcron-service-type
(mcron-configuration
(jobs (list gc-job))))