From: david larsson <david.larsson@selfhosted.xyz>
To: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Cc: bug-Guix <bug-guix-bounces+someone=selfhosted.xyz@gnu.org>,
44390@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 [thread overview]
Message-ID: <727f84945d99c35afdc93ec81cc446d9@selfhosted.xyz> (raw)
In-Reply-To: <85c36650-61f4-5a31-028e-7a43aea9578d@web.de>
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
next prev parent reply other threads:[~2020-12-06 9:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-02 15:04 bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled david larsson
2020-11-02 16:28 ` Mathieu Othacehe
2020-11-02 16:40 ` Jonathan Brielmaier
2020-11-06 14:07 ` Jonathan Brielmaier
2020-12-06 9:16 ` david larsson [this message]
2020-12-08 11:09 ` Mathieu Othacehe
2020-12-08 22:35 ` Jonathan Brielmaier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=727f84945d99c35afdc93ec81cc446d9@selfhosted.xyz \
--to=david.larsson@selfhosted.xyz \
--cc=44390@debbugs.gnu.org \
--cc=bug-guix-bounces+someone=selfhosted.xyz@gnu.org \
--cc=jonathan.brielmaier@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.