about summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration
AgeCommit message (Expand)AuthorFilesLines
2023-02-13nixos/gitlab-runner: fix shell syntax preventing buildKarel Kočí1-1/+1
2023-01-09nixos/github-runner{,s}: add @veehaitch and @newam as maintainersVincent Haupert2-0/+4
2023-01-09nixos/github-runners: fix format of service fileVincent Haupert1-194/+196
2023-01-09nixos/github-runners: use `mkMerge` for `serviceConfig`Vincent Haupert2-34/+35
2023-01-08Merge pull request #205526 from newAM/github-runner-oomAaron Andersen2-14/+35
2023-01-08nixos/gitlab-runner: fix style issues flagged by statixMaciej Pasternacki1-3/+3
2023-01-08nixos/gitlab-runner: fix problems introduced by last #209716Maciej Pasternacki1-4/+4
2023-01-05modules.gitlab-runner: accept space in namesMatthieu Coudron1-24/+66
2023-01-03nixos/github-runner: add workDir optionAlex Martens2-14/+35
2022-12-17nixos: fix typosfigsoda4-5/+5
2022-12-08treewide: switch to port type for nixos modulesDaniel Nagy1-1/+1
2022-12-01treewide: switch to port type for nixos modulesDaniel Nagy2-2/+2
2022-11-30nixos/buildbot: syntax clean upfigsoda1-4/+2
2022-11-10nixos/github-runners: restart service if exit code signals a retryable errorVincent Haupert1-0/+3
2022-10-30nixos/jenkins-job-builder: better defaults for accessUser/accessTokenFileBjørn Forsman1-2/+3
2022-10-27Merge pull request #196060 from risicle/ris-gocd-22.2.0Sandro1-1/+5
2022-10-21Merge pull request #195567 from helsinki-systems/feat/jenkins-jdk17ajs1241-3/+3
2022-10-19nixos/github-runners: support fine-grained personal access tokensVincent Haupert2-4/+5
2022-10-19Merge pull request #176691 from codedownio/multiple-github-runnersDomen Kožar4-387/+496
2022-10-19Use config name by default, falling back to attr nameTom McLaughlin2-9/+15
2022-10-17Add comments to explain about the name defaultsTom McLaughlin2-2/+9
2022-10-17Set runner name to attr name for github-runners.${name}Tom McLaughlin3-7/+13
2022-10-15gocd-server: 19.3.0 -> 22.2.0Robert Scott1-1/+5
2022-10-13Try simpler github-runner.nixTom McLaughlin1-10/+1
2022-10-13Update nixos/modules/services/continuous-integration/github-runners.nixTom McLaughlin1-1/+1
2022-10-13Update nixos/modules/services/continuous-integration/github-runner.nixTom McLaughlin1-1/+1
2022-10-12Merge pull request #195488 from KoviRobi/gitlab-runner-clear-docker-cachePascal Bach1-0/+53
2022-10-11nixos/jenkins: jdk11 -> jdk17ajs1241-3/+3
2022-10-11Cherry-pick 499748bTom McLaughlin1-39/+45
2022-10-11Fix user typeTom McLaughlin1-1/+1
2022-10-11Re-add `DynamicUser = true` per review discussionTom McLaughlin1-1/+5
2022-10-11Update descriptions to use lib.mdDocTom McLaughlin2-4/+4
2022-10-11Get rid of DynamicUser flagTom McLaughlin1-3/+0
2022-10-11Fix a deprecated types.string -> types.strTom McLaughlin1-1/+1
2022-10-11github-runner: configurable user, environment, service overrides + multiple r...Tom McLaughlin4-380/+472
2022-10-10Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-31/+50
2022-10-10nixos/gitlab-runner: Add `gitlab-runner.clear-docker-cache` serviceRobert Kovacsics1-0/+53
2022-10-08nixos/github-runner: fix bugs related to `InaccessiblePaths=`Vincent Haupert1-31/+50
2022-09-26treewide: makeWrapper to nativeBuildInputsArtturin1-1/+1
2022-09-10nixos/*: fix docbook deprecation noticespennae1-1/+1
2022-08-31nixos/*: convert internal option descriptions to MDpennae1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae3-3/+3
2022-08-27nixos/*: literalDocBook -> literalMDpennae3-4/+4
2022-08-19nixos/*: automatically convert option docspennae3-12/+12
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae2-2/+2
2022-08-19nixos/*: use properly indented strings for option docspennae1-2/+2
2022-08-19nixos/*: normalize links with #TEXT=hrefpennae1-4/+3
2022-08-15nixos/github-runner: start `Runner.Listener` directly in `ExecStart=`Vincent Haupert1-3/+2
2022-08-15nixos/github-runner: add support for ephemeral runnersVincent Haupert1-9/+39
2022-08-15nixos/github-runner: add PAT supportVincent Haupert1-12/+27