summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration
AgeCommit message (Expand)AuthorFilesLines
2020-01-21nixos/buildkite: drop user option (#78160)Florian Klink1-13/+2
2020-01-20nixos/buildkite: make privateSshKeyPath optionalFlorian Klink1-3/+4
2020-01-20nixos/buildkite-agent: add gnutar, gzip and git to runtimePackagesFlorian Klink1-2/+2
2020-01-20nixos/buildkite: stop using deprecated optionFlorian Klink1-2/+2
2020-01-19nixos/buildkite-agent: add "user" optionFlorian Klink1-9/+20
2020-01-17nixos/buildkite-agent: change option meta-data into tags attrsetFlorian Klink1-10/+8
2020-01-17nixos/buildkite-agent: add a shell attribute to specify the shell being usedYorick van Pelt1-0/+9
2020-01-17nixos/buildkite-agent: tweak TimeoutStopSec and KillModeFlorian Klink1-0/+3
2020-01-17nixos/buildkite-agent: actually use services.buildkite-agent.packageFlorian Klink1-1/+1
2020-01-17nixos/buildkite-agent: stop deploying public keys, make ssh private key optio...Florian Klink1-22/+16
2020-01-15Make buildkite agent service compatible with buildkite-agent3Mark Karpov1-2/+5
2020-01-15Merge pull request #77669 from basvandijk/hydra-sync-buildMachinesFiles-with-...Bas van Dijk1-1/+1
2020-01-14hydra: only set buildMachinesFiles when nix.buildMachines is definedBas van Dijk1-1/+1
2020-01-14hydra: remove the build-use-substitutes optionBas van Dijk1-1/+1
2020-01-12nixos/jenkins/slave: fix evalworldofpeace1-1/+1
2020-01-08nixos/buildbot: fix evalworldofpeace2-2/+2
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj6-66/+68
2019-11-01treewide: Switch to system users (#71055)Silvan Mosberger1-0/+1
2019-10-18nixos/nix-daemon: don't refer to deprecated option aliasesedef1-2/+2
2019-10-12treewide: Switch to system usersJanne Heß1-0/+1
2019-09-17nixos/jenkins: Copy plugins as .jpi to fix initialization errorsAlex Whitt1-1/+1
2019-09-14nixos/hydra: incorporate upstream changes and update testMaximilian Bosch1-0/+20
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-1/+4
2019-08-28nixos/gitlab-runner: add missing HOME to environment (#67450)Pascal Bach1-1/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-04-29treewide: Remove usage of isNullDaniel Schaefer2-2/+2
2019-03-22buildbot: 1.8.1 -> 2.1.0Ben Wolsieffer2-6/+6
2019-02-22nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol2-1/+2
2018-12-03nixos/jenkins-job-builder: add accessTokenFile optionBjørn Forsman1-1/+31
2018-12-03nixos/jenkins-job-builder: stop reloadScript on errorBjørn Forsman1-2/+4
2018-10-11buildbot: add Python 3 supportBen Wolsieffer2-29/+115
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink9-21/+21
2018-04-27nixos/buildkite-agent: fix variable expansion in hook scriptsRodney Lorrimar1-1/+1
2018-03-17jenkins: Add "java.awt.headless=true" to JDK options.Corey O'Connor1-0/+2
2018-03-17jenkins: Include Deja-Vu fonts in system environment to silence jenkins warning.Corey O'Connor1-0/+5
2018-03-03Merge commit '618ac29687a650d854c8bea7efd4490387589ce2' into stagingTuomas Tynkkynen1-1/+1
2018-03-02nixos/jenkins: ensure postStart follows redirectsBjørn Forsman1-1/+1
2018-03-01nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy1-1/+1
2018-02-20nixos/buildkite-agent: add coreutils to PATH of serviceRodney Lorrimar1-8/+9
2018-02-20nixos/buildkite-agent: add a default value for name optionRodney Lorrimar1-0/+1
2018-02-20nixos/buildkite-agent: remove obsolete config settingRodney Lorrimar1-1/+0
2018-02-20nixos/buildkite-agent: enhance documentation for meta-data optionRodney Lorrimar1-1/+3
2018-02-20nixos/buildkite-agent: declarative hooks configurationRodney Lorrimar1-9/+102
2018-02-20nixos/buildkite-agent: add extraConfig optionRodney Lorrimar1-0/+10
2018-01-05fixup! buildkite-agent: change hooksPath type to 'path' (and prevent it from...zimbatm1-1/+1
2017-12-28buildkite-agent: change hooksPath type to 'path' (and prevent it from hittin...Kosyrev Serge1-1/+1
2017-12-28buildkite: address review suggestionsKosyrev Serge1-3/+2
2017-12-28buildkite: allow configuration and actual use of agent-specific hooksKosyrev Serge1-1/+11
2017-11-25buildkite-agent: secrecy improvements: non-store, non-Nix provisioning of s...Kosyrev Serge1-23/+41