mothacehe pushed a commit to branch master
in repository maintenance.
commit e4a0f27e96710ca34cd4ce7f69c74aff50dd4cf4
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Wed Feb 17 10:29:46 2021 +0100
overdrive: cuirass: Add remote server address.
* hydra/overdrive.scm: Add Cuirass remote server address.
---
hydra/overdrive.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/hydra/overdrive.scm b/hydra/overdrive.scm
index 31878f2..974339e 100644
--- a/hydra/overdrive.scm
+++ b/hydra/overdrive.scm
@@ -97,6 +97,7 @@
(service cuirass-remote-worker-service-type
(cuirass-remote-worker-configuration
(workers 2)
+ (server "10.0.0.1:5555") ;berlin
(systems '("armhf-linux" "aarch64-linux"))))
(service ntp-service-type)