Commit Graph

202 Commits

Author SHA1 Message Date
Tim Steinbach
2cc00e2e8a jenkins: 2.204.2 -> 2.204.3 2020-03-02 07:51:35 -05:00
Max Wittig
3e47a8781f gitlab-runner: 12.7.0 -> 12.8.0 (#80947) 2020-02-24 12:09:01 +00:00
Enno Lohmeier
89416dab81 drone: 1.6.0 -> 1.6.5 2020-02-19 08:40:12 +01:00
Christian Kampka
032fddf103 drone-cli: 1.2.0 -> 1.2.1 2020-01-31 15:43:37 +01:00
Tim Steinbach
04e684d4e7 jenkins: 2.204.1 -> 2.204.2 2020-01-30 16:41:12 -05:00
Max Wittig
489f823ac7 gitlab-runner: 12.6.0 -> 12.7.0 (#78089) 2020-01-20 10:43:41 +00:00
Yorick van Pelt
8f19d72113 buildkite-agent2: remove package
The latest 2.x release was in Jan 2018.
2020-01-17 18:40:11 +01:00
Mark Karpov
24e5a5f5d9 Use buildkite agent 3.17.0 2020-01-15 17:04:41 +01:00
Pascal Bach
8b21b3a42e gitlab-runner: 12.5.0 -> 12.6.0 (#76190)
This release does no longer contain the lock file that broke the NixOS
module in 12.5.0
2019-12-23 08:28:40 +00:00
Tim Steinbach
bbf9c5ed29 jenkins: 2.190.3 -> 2.204.1 2019-12-20 11:36:07 -05:00
Steve Purcell
866424d2ec fly: 5.4.1 -> 5.7.2 2019-12-09 18:49:17 +01:00
Graham Christensen
97f51dff59 Merge pull request #61310 from cryptix/update/gocdServer
gocd-server: 16.9.0-4001 -> 19.3.0-8959
2019-11-26 10:06:58 -05:00
Graham Christensen
bc8223d9f0 Merge pull request #61309 from cryptix/update/gocdAgent
gocd-agent: 16.9.0-4001 -> 19.3.0-8959
2019-11-26 09:43:13 -05:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Max Wittig
d940d24ff4 gitlab-runner: 12.4.1 -> 12.5.0 (#73864) 2019-11-22 09:38:02 +00:00
Tim Steinbach
bb9da1323e jenkins: 2.190.2 -> 2.190.3 2019-11-21 13:29:44 -05:00
Max Wittig
f22dc5216e gitlab-runner: 12.4.0 -> 12.4.1 2019-10-29 15:37:21 +01:00
Tim Steinbach
fc6d1e0ebf jenkins: 2.190.1 -> 2.190.2 2019-10-29 09:20:57 -04:00
Max Wittig
95b324edc7 gitlab-runner: 12.3.0 -> 12.4.0 2019-10-22 08:48:00 +02:00
Renaud
3323655ccb Merge pull request #70539 from kampka/drone
drone: 1.3.1 -> 1.6.0
2019-10-08 17:21:37 +02:00
Christian Kampka
3aa784b3e3 drone-cli: 0.8.6 -> 1.2.0 2019-10-08 14:56:36 +02:00
Christian Kampka
f155360175 drone: 1.3.1 -> 1.6.0 2019-10-06 21:22:55 +02:00
Renaud
50bd897908 Merge pull request #68271 from elohmeier/drone
drone: 0.8.6 -> 1.3.1
2019-10-06 18:21:51 +02:00
Tim Steinbach
6ab2a81b3e jenkins: 2.176.3 -> 2.190.1 2019-09-26 10:45:50 -04:00
Max Wittig
92d5acb41a gitlab-runner: 12.2.0 -> 12.3.0 2019-09-25 15:53:55 +02:00
zimbatm
ab0308604b cide: remove (#68505) 2019-09-12 22:02:26 +02:00
Enno Lohmeier
90608a3892 drone: 0.8.6 -> 1.3.1 2019-09-10 11:31:19 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Tim Steinbach
3e30f3e1f9 jenkins: 2.176.2 -> 2.176.3 2019-08-29 12:40:21 -04:00
Imuli
7863697575 fly: 5.3.0 -> 5.4.1 (#67633) 2019-08-28 12:30:18 -06:00
Vladimír Čunát
2e6bf42a22 Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Pascal Bach
c6378b36df gitlab-runner: 12.1.0 -> 12.2.0 2019-08-22 21:56:49 +02:00
Robin Gloster
4e60b0efae treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Pascal Bach
f5d84bb446 Revert "gitlab-runner: don't bundle prebuilt docker images (#66225)" (#66522)
This reverts commit 9175a201bb.
2019-08-12 13:06:15 +00:00
Pascal Bach
9175a201bb gitlab-runner: don't bundle prebuilt docker images (#66225)
The bundeled images are no longer compiled into the binary. They are
also not strictly required as they will be fetched if not available.

This change removes them as this reduces the closure size and also makes
updates easier.
2019-08-08 10:35:53 +00:00
Sarah Brofeldt
8761bc0ad7 gitlab-runner: Fix prebuilt hash 2019-07-31 18:46:20 +02:00
Robin Gloster
64cd2a618d Merge pull request #65249 from max-wittig/patch-2
gitlab-runner: 12.0.2 -> 12.1.0
2019-07-22 17:27:51 +00:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Max Wittig
bc6366b728 gitlab-runner: 12.0.2 -> 12.1.0
Corresponding runner for GitLab version 12.1.0

Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/12-1-stable/CHANGELOG.md
2019-07-22 08:29:01 +02:00
Tim Steinbach
5724dc27d1 jenkins: 2.176.1 -> 2.176.2 2019-07-17 13:05:27 -04:00
ivanbrennan
9e465d2f60 fly: init at 5.3.0
Add `fly` CLI for working with Concourse CI, and include Bash
completions.
2019-07-13 18:55:22 -04:00
Pascal Bach
e928aa6f50 gitlab-runner: 11.11.2 -> 12.0.2
12.0.1 fixes an issue with git submodule fetching
12.0.2 fixes an issue with concurrent updated
2019-07-08 23:05:58 +02:00
Tim Steinbach
5443b3d5a8 jenkins: 2.164.3 -> 2.176.1 2019-06-12 13:09:46 -04:00
Pascal Bach
58be5b4ec3 gitlab-runner: 11.11.0 -> 11.11.2 2019-06-10 21:43:36 +02:00
Pascal Bach
7ba247ccb1 gitlab-runner: 11.10.1 -> 11.11.0 2019-06-04 11:33:53 +00:00
Henry
2e58cfaacc gocd-agent: 16.9.0-4001 -> 19.3.0-8959 2019-05-11 18:51:10 +02:00
Henry
a170a87bc9 gocd-server: 16.9.0-4001 -> 19.3.0-8959 2019-05-11 18:48:22 +02:00