[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: hydra: Delete machines-bayfront.scm.
From: |
Christopher Baines |
Subject: |
02/02: hydra: Delete machines-bayfront.scm. |
Date: |
Mon, 10 Jun 2024 06:55:19 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository maintenance.
commit 6598d83dd5ae76753097806e95341a23b8aa6535
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 10 11:54:37 2024 +0100
hydra: Delete machines-bayfront.scm.
As I think this was used for offloading, which isn't setup on bayfront
now.
* hydra/machines-bayfront.scm: Delete file.
---
hydra/machines-bayfront.scm | 44 --------------------------------------------
1 file changed, 44 deletions(-)
diff --git a/hydra/machines-bayfront.scm b/hydra/machines-bayfront.scm
deleted file mode 100644
index 273a25fd..00000000
--- a/hydra/machines-bayfront.scm
+++ /dev/null
@@ -1,44 +0,0 @@
-(define harbourfront
- (build-machine
- (name "harbourfront.guix.info")
- (systems '("x86_64-linux" "i686-linux"))
- (user "bayfront")
- (host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIBfd3VZqyoKoZG3X772eDBrN2MPhnNDDnVA34hpf0f9b
root@(none)")
- (parallel-builds 3)
- (speed 8.0)))
-
-(define milano
- (build-machine
- (name "milano-guix-1.di.unimi.it")
- (systems '("x86_64-linux" "i686-linux"))
- (user "bayfront")
- (host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIPJFpBJSaOK2aDaR48Fm8udhLK9fl5YwNlq43uaLBeRv
root@(none)")
- (parallel-builds 3)
- (speed 32.0)))
-
-(define dover
- (build-machine
- (name "dover.guix.info")
- (port 9023)
- (systems '("aarch64-linux" "armhf-linux"))
- (user "bayfront")
- (host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIJLRYD5RXZ3Espe+Kv1SzZl8Qc3NZ356Bq+cGjnKsDHY
root@linux")
- (parallel-builds 3)
- (speed 4.0)))
-
-(define redhill
- (build-machine
- (name "redhill.guix.info")
- (port 9022)
- (systems '("armhf-linux"))
- (user "bayfront")
- (host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIM+FYr1NUTsXrJgquSTMz0Izkqw3ob7pCU+JPFHgEhHa
root@redhill")
- (parallel-builds 3)
- (speed 4.0)))
-
-(list
- harbourfront
- milano
- ; dover ; currently in the berlin build farm
- ; redhill ; currently not installed
-)