GNU bug report logs - #44390
Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

Previous Next

Package: guix;

Reported by: david larsson <david.larsson <at> selfhosted.xyz>

Date: Mon, 2 Nov 2020 15:05:02 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: david larsson <david.larsson <at> selfhosted.xyz>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: bug-Guix <bug-guix-bounces+someone=selfhosted.xyz <at> gnu.org>, 44390 <at> debbugs.gnu.org
Subject: bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled
Date: Sun, 06 Dec 2020 10:16:04 +0100
On 2020-11-06 15:07, Jonathan Brielmaier wrote:
> In the mean time I did a quick fix on my system in config.scm:
> 
> ```
> (use-modules (gnu)
> 
>              (gnu packages ci) (guix packages) (guix utils))
> 
> 
> (define-public cuirass/queue-1
> 
>   (package/inherit cuirass
> 
>     (name "cuirass-queue-1")
> 
>     (arguments
> 
>      (substitute-keyword-arguments (package-arguments cuirass)
> 
>        ((#:phases phases)
> 
>         `(modify-phases ,phases
> 
>            (add-after 'disable-repo-tests 'set-queue-size
> 
>              (lambda _
> 
>                (substitute* "src/cuirass/database.scm"
> 
>                  (("queue-size 100") "queue-size 1"))
> 
>                #t))))))))
> 
> ```
> 
> Plus (cuirass cuirass/queue-1)
>  in the cuirass-configuration. So no need from my side to hurry anmyore 
> :)

Thank you for this. It works well!

Best regards,
David




This bug report was last modified 4 years and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.