ci: Add nix-name and system keys.
authorMathieu Othacehe <othacehe@gnu.org>
Thu, 1 Oct 2020 09:46:53 +0000 (11:46 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Thu, 1 Oct 2020 09:46:53 +0000 (11:46 +0200)
commit3ca014d1df35c50f50c6658166d1149ccd2f0e19
tree48f3fc4e42901b089194a07a6224b22331117642
parent5627bfe45ce46f498979b4ad2deab1fdfed22b6c
ci: Add nix-name and system keys.

Add 'nix-name and 'system properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.

* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'nix-name and 'system properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
build-aux/hydra/guix-modular.scm
gnu/ci.scm