hydra: cuirass: Add the "source" and "disarchive" jobsets.

* hydra/modules/sysadmin/services.scm (cuirass-specs): Add the "source"
and "disarhive" jobsets.
This commit is contained in:
Ludovic Courtès 2021-10-08 15:20:51 +02:00
parent 3069d5e8c8
commit 7a43f18f49
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 12 additions and 0 deletions

View File

@ -281,6 +281,18 @@
(notifications #$(cuirass-notifications))
(period 86400)
(priority 2)
(systems '("x86_64-linux")))
(specification
(name "source")
(build '(manifests "etc/source-manifest.scm"))
(period 7200)
(priority 3)
(systems '("x86_64-linux")))
(specification
(name "disarchive")
(build '(manifests "etc/disarchive-manifest.scm"))
(period 7200)
(priority 2)
(systems '("x86_64-linux"))))
#~())
#$@(if (member "staging" branches)