hydra: cuirass: Fix build product regexps.

* hydra/modules/sysadmin/services.scm (cuirass-specs): Turn the ‘job’
field of ‘build-output’ into actual regexps.
This commit is contained in:
Ludovic Courtès 2023-10-16 19:19:54 +02:00
parent e1c86496d7
commit b8fc66c043
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -294,12 +294,12 @@ collection instead."
(build-outputs
(list
(build-output
(job "iso9660-image*")
(job "iso9660-image.*")
(type "ISO-9660")
(path ""))
#$@(images-outputs
(list
"hurd-barebones.qcow2"
"hurd-barebones\\.qcow2"
"pine64-barebones-raw-image"
"pinebook-pro-barebones-raw-image"))))
(period 86400)
@ -311,7 +311,7 @@ collection instead."
(build-outputs
(list
(build-output
(job "binary-tarball*")
(job "binary-tarball.*")
(type "archive")
(path ""))))
(period 86400)