Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 616d18eb authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

head-node: Add ‘images’ jobset.

* head-node.scm (cuirass-specs): Add ‘images’ spec.
parent 63a1890a
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,24 @@ export CUIRASS_LOGGING_LEVEL=${CUIRASS_LOGGING_LEVEL:-debug}\n"
"jupyter" "guix-jupyter" "julia"))
(channels (list #$(guix-channel branch)))))
'(guix guix-1.4.0)
'("master" "version-1.4.0"))))
'("master" "version-1.4.0"))
(specification
(name 'images)
(systems '("x86_64-linux"))
(channels (cons (channel
(name 'guix-images)
(url "https://gitlab.inria.fr/numpex-pc5/wp3/guix-images")
(branch "main"))
%default-channels))
(build '(manifests "manifests/main.scm"))
(build-outputs
(list (build-output
(job ".*-image")
(type "archive")
(path ""))))
(period 86400)
(priority 4))))
(define this-file
;; This configuration file next to its companion files (SSH keys, nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment