mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
hydra: services: Add "images", "tarball" and "tests" Cuirass specs.
* hydra/modules/sysadmin/services.scm (cuirass-specs): Add "images", "tarball" and "tests" Cuirass specs.
This commit is contained in:
parent
b55bff8bcc
commit
6131023239
1 changed files with 21 additions and 0 deletions
|
@ -242,6 +242,12 @@
|
|||
(specification
|
||||
(name "master")
|
||||
(build 'all)
|
||||
(notifications #$(cuirass-notifications))
|
||||
(priority 2)
|
||||
(systems '#$systems))
|
||||
(specification
|
||||
(name "images")
|
||||
(build 'images)
|
||||
(build-outputs
|
||||
(list
|
||||
(build-output
|
||||
|
@ -258,6 +264,21 @@
|
|||
"pine64-barebones-raw-image"
|
||||
"pinebook-pro-barebones-raw-image"))))
|
||||
(notifications #$(cuirass-notifications))
|
||||
(period 86400)
|
||||
(priority 2)
|
||||
(systems '#$systems))
|
||||
(specification
|
||||
(name "tarball")
|
||||
(build 'tarball)
|
||||
(notifications #$(cuirass-notifications))
|
||||
(period 86400)
|
||||
(priority 2)
|
||||
(systems '#$systems))
|
||||
(specification
|
||||
(name "tests")
|
||||
(build 'system-tests)
|
||||
(notifications #$(cuirass-notifications))
|
||||
(period 86400)
|
||||
(priority 2)
|
||||
(systems '#$systems)))
|
||||
#~())
|
||||
|
|
Loading…
Reference in a new issue