summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2025-02-27 19:24:46 +0100
committerLudovic Courtès <ludo@gnu.org>2025-02-28 23:03:36 +0100
commit2e8439d37ec79f6e0896f29d26bca2d024bd27fe (patch)
treedef0c0f6a7f630c75dac399be68fd80c5356e05c /tests
parenta4168d8ba75bff6d1a855dd6343ffc5d3b6b53c8 (diff)
machine: hetzner: Fix deployment on smaller instances.
* gnu/machine/hetzner.scm (hetzner-machine-rescue-install-os): Avoid out of disk space error by bind mounting /mnt/tmp/gnu/store to /gnu/store. * tests/machine/hetzner.scm: Test with smaller instances. * doc/guix.texi (Invoking guix deploy): Mention unsupported instance. Change-Id: If8bfb6733de493b51813b3e82e255849192f7cba Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/machine/hetzner.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/machine/hetzner.scm b/tests/machine/hetzner.scm
index 39eac4a4d5f..1552bcb9a08 100644
--- a/tests/machine/hetzner.scm
+++ b/tests/machine/hetzner.scm
@@ -64,7 +64,7 @@
64 (environment hetzner-environment-type) 64 (environment hetzner-environment-type)
65 (configuration (hetzner-configuration 65 (configuration (hetzner-configuration
66 (labels %labels) 66 (labels %labels)
67 (server-type "cax41") 67 (server-type "cax11")
68 (ssh-key %ssh-key-file))))) 68 (ssh-key %ssh-key-file)))))
69 69
70(define %x86-machine 70(define %x86-machine
@@ -76,7 +76,7 @@
76 (environment hetzner-environment-type) 76 (environment hetzner-environment-type)
77 (configuration (hetzner-configuration 77 (configuration (hetzner-configuration
78 (labels %labels) 78 (labels %labels)
79 (server-type "cpx51") 79 (server-type "cx22")
80 (ssh-key %ssh-key-file))))) 80 (ssh-key %ssh-key-file)))))
81 81
82(define (cleanup machine) 82(define (cleanup machine)