unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 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: Fri, 6 Nov 2020 15:07:15 +0100	[thread overview]
Message-ID: <85c36650-61f4-5a31-028e-7a43aea9578d@web.de> (raw)
In-Reply-To: <cc108f951ebe6680eb4f627a12770568@selfhosted.xyz>

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 :)





  parent reply	other threads:[~2020-11-06 14:08 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 [this message]
2020-12-06  9:16   ` david larsson
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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85c36650-61f4-5a31-028e-7a43aea9578d@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=44390@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).