about summary refs log tree commit diff
path: root/nixos/tests/buildbot.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16nixosTests.buildbot: fix impure evaluationzowoq1-7/+2
2023-04-11buildbot: move out of python3.pkgsJörg Thalheim1-2/+2
By moving it out we can start apply overrides to python dependendencies starting with sqlalchemy. This fixes the build with the current version.
2021-05-17treewide: remove nand0p as maintainerMartin Weinelt1-1/+1
While looking at the sphinx package I noticed it was heavily undermaintained, which is when we noticed nand0p has been inactive for roughly 18 months. It is therefore prudent to assume they will not be maintaining their packages, modules and tests. - Their last contribution to nixpkgs was in 2019/12 - On 2021/05/08 I wrote them an email to the address listed in the maintainer-list, which they didn't reply to.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-02-29buildbot: 2.6.0 -> 2.7.0 (#81406)Ben Wolsieffer1-1/+1
2020-02-02nixosTests.buildbot: Port to pythonJacek Galowicz1-65/+65
2019-03-22buildbot: 1.8.1 -> 2.1.0Ben Wolsieffer1-106/+99
2018-11-11tests: refactor to carry the package set as an argumentLéo Gaspard1-2/+5
This way, the package set will be possible to pass without re-importing all the time
2018-10-11buildbot: add Python 3 supportBen Wolsieffer1-105/+111
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-3/+3
2017-04-21buildbot: 0.9.4 -> 0.9.5Fernando J Pando1-15/+80
- adds distro dependency - buildbot nodaemon in service module - fakerepo for module tests - service module parameter fixup - tested on nixos - tested on darwin
2017-03-07buildbot: 0.9.3 -> 0.9.4Fernando J Pando1-0/+46
- adds jwt - adds module tests - master.cfg as path in module - fix systemd worker config - builds on darwin - tested on nixos