GNU bug report logs - #45006
cuirass: Add remote build support.

Previous Next

Package: guix-patches;

Reported by: Mathieu Othacehe <othacehe <at> gnu.org>

Date: Wed, 2 Dec 2020 11:06:02 UTC

Severity: normal

Done: Mathieu Othacehe <mathieu <at> cervin.i-did-not-set--mail-host-address--so-tickle-me>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 45006 <at> debbugs.gnu.org
Subject: [bug#45006] cuirass: Add remote build support.
Date: Mon, 21 Dec 2020 16:08:07 +0100
Hey zimoun,

> Where are these specification_priority and package_priority configured?

specification_priority comes from the new "#:priority" field in the
Cuirass specification file and package_priority comes from the new
"#:priority" field in the job structure.

specification_priority ∈ [0, 9]
package_priority ∈ [0, 9]

 ⇒ build_priority ∈ [0, 99]

where 0 is the maximal priority. When both specification_priority and
package_priority are unset, the priority defaults to 99.

I'm currently using the following priorities:

modular: 1
guix-master:2
staging:3
core-updates:4

The builds are picked according to their priority and then their
timestamp, so that the most recent builds are picked first when the
priorities are identical.

I don't have a strategy regarding package_priority yet.

> This removes part of issues about GC on The Big Store, right?

Yes, this should allow to garbage collect way more aggressively the
store on berlin and hopefully reduce the GC duration.

Thanks,

Mathieu




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

Previous Next


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