techknowlogick
024ac27aff
drone-cli: add darwin aarch64 support
2022-02-12 22:54:13 -05:00
R. RyanTM
f2917bc84e
drone-runner-docker: 1.6.3 -> 1.8.0
...
(#149052 )
2022-02-11 12:17:15 +01:00
Martin Weinelt
089f3af983
jenkins: 2.319.2 -> 2.319.3
...
https://www.jenkins.io/security/advisory/2022-02-09/
Fixes: CVE-2021-43859, CVE-2022-0538
2022-02-09 18:35:54 +01:00
Vladimír Čunát
f0f251d90a
Merge #157109 : github-runner: 2.286.0 -> 2.287.1
2022-02-06 17:19:59 +01:00
Felix Buehler
e67ee13da7
treewide: rename name to pname&version
2022-02-01 23:01:51 +01:00
Dmitry Bogatov
70574630ca
laminar: 1.1 -> 1.2
2022-01-28 12:48:24 -04:00
Vincent Haupert
7c2319905d
nixos/github-runner: use --disableupdate
flag
...
Use the new `--disableupdate` configure flag instead of our patch.
2022-01-28 09:46:12 +01:00
Vincent Haupert
4be414dc95
github-runner: refactor disabledTests
...
Make the `disabledTests` attribute a list of disabled tests matched
exactly by their fully qualified name.
Also mention the disabled tests in the `checkPhase`.
2022-01-28 09:44:29 +01:00
Vincent Haupert
1126f8282a
github-runner: 2.286.0 -> 2.287.1
...
Also requires to disable some additional online tests.
2022-01-28 09:44:29 +01:00
Vincent Haupert
10689df734
github-runner: disable telemetry in createDepsFile
2022-01-28 09:44:28 +01:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages
2022-01-23 21:08:10 +01:00
Max Wittig
44d0167638
gitlab-runner: 14.6.0 -> 14.7.0 ( #155813 )
2022-01-20 19:35:44 +01:00
Martin Weinelt
718a7207f8
Merge pull request #154807 from mweinelt/jenkins
2022-01-17 01:28:39 +01:00
Martin Weinelt
bb0e9dec99
jenkins: 2.319.1 -> 2.319.2
...
https://www.jenkins.io/security/advisory/2022-01-12/
Fixes: CVE-2022-20612
2022-01-12 22:18:47 +01:00
R. Ryantm
d85f289e17
drone-cli: 1.4.0 -> 1.5.0
2022-01-11 06:34:26 +00:00
Pavol Rusnak
3dc3e1ef58
Merge pull request #152387 from kfollesdal/kfollesdal/github-runner_2.286.0
...
github-runner update to 2.286.0 with dotnet sdk 6.0
2022-01-03 17:08:44 +01:00
Felix Buehler
9c257d65c0
laminar: switch to fetchFromGitHub
2022-01-03 00:48:02 +01:00
Vincent Haupert
8b138c9031
github-runner: Extend script to update all platform deps
...
Runs `dotnet restore` for all supported platforms (`x86_64-linux` and
`arm64-linux` at the moment) in the update script.
2021-12-30 00:34:50 +01:00
Kristoffer Føllesdal
c8b997df95
github-runner: Add @kfollesdal to maintainers
2021-12-30 00:21:04 +01:00
Kristoffer Føllesdal
a32ca2885c
github-runner: Add script to create deps.nix.
...
Add create-deps-file script at github-runner.passthru.createDepsFile
Recreate deps.nix with new script.
2021-12-30 00:21:04 +01:00
Vincent Haupert
01ad24db55
github-runner: install bundled Node.js scripts
...
Fixes a bug which caused workflow steps to fail if they called the
`hashFiles` expression function; we didn't install it. This commit makes
sure the Nodejs script is in the expected location.
Same applies for the scripts in the `checkScripts` directory which we
missed to install so far.
2021-12-29 17:45:58 +01:00
Kristoffer Føllesdal
24b79667cf
github-runne: 2.285.1 -> 2.286.0
2021-12-29 12:32:32 +01:00
Max Wittig
1f15fbcfd6
gitlab-runner: 14.5.2 -> 14.6.0
2021-12-23 12:35:24 +01:00
Jonas Chevalier
284756dda0
Revert "gitlab-runner: 14.5.2 -> 14.6.0 ( #151600 )" ( #151843 )
...
This reverts commit b03be5896e
.
2021-12-22 23:33:18 +01:00
Max Wittig
b03be5896e
gitlab-runner: 14.5.2 -> 14.6.0 ( #151600 )
2021-12-22 16:49:03 +01:00
Franz Pletz
f4f70b4759
Merge pull request #151034 from r-ryantm/auto-update/jenkins
...
jenkins: 2.303.3 -> 2.319.1
2021-12-17 13:23:32 +01:00
Bobby Rong
4ab7be9a55
Merge pull request #148342 from veehaitch/github-runner-v2.285.0
...
github-runner: 2.284.0 -> 2.285.1
2021-12-17 16:01:47 +08:00
R. Ryantm
ba3ba0d38e
jenkins: 2.303.3 -> 2.319.1
2021-12-16 23:08:15 +00:00
Vincent Haupert
d498380c88
github-runner: 2.285.0 -> 2.285.1
2021-12-11 18:43:05 +01:00
Pascal Bach
bc5fcddcd7
gitlab-runner: circumvent patched go runtime check
...
We already have a go version with the proper fix.
2021-12-11 10:20:13 +01:00
Lara
88453a08f9
gitlab-runner: 14.5.0 -> 14.5.2
...
https://about.gitlab.com/releases/2021/12/10/security-release-gitlab-runner-14-5-2-released/
2021-12-11 10:20:13 +01:00
Vincent Haupert
5f0466376b
github-runner: 2.284.0 -> 2.285.0
...
Adds support for Node.js 16.
2021-12-03 00:07:41 +01:00
Sandro
2d9202d70c
Merge pull request #147327 from AdrianKoshka/jenkins-update
2021-11-25 12:39:24 +01:00
Adrian Lucrèce Céleste
3c5996d1e6
jenkins: 2.303.1 -> 2.303.3
2021-11-25 00:58:46 -05:00
Pascal Bach
03cdef15d4
gitlab-runner: 14.4.0 -> 14.5.0
2021-11-23 14:53:00 +01:00
Pascal Bach
c59944cf27
gitlab-runner: don't bundle prebuilt docker images
2021-11-22 13:58:33 +01:00
Sandro
64cd57dd4f
Merge pull request #146449 from maralorn/bump-laminar
2021-11-19 22:56:51 +01:00
Malte Brandy
83923f87c0
laminar: 1.0 -> 1.1
2021-11-18 01:13:51 +01:00
Claudio Bley
5913fdbd0b
github-runner: Update dependencies
2021-11-16 15:54:33 +01:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose
2021-11-07 20:18:45 +08:00
R. Ryantm
5ca614d397
github-runner: 2.283.3 -> 2.284.0
2021-11-03 03:40:48 +00:00
Artturi
e4c67550a2
Merge pull request #143682 from r-ryantm/auto-update/fly
2021-10-30 16:54:43 +03:00
R. Ryantm
0615bf0751
fly: 7.5.0 -> 7.6.0
2021-10-29 15:27:23 +00:00
R. RyanTM
01d7e71145
buildkite-agent: 3.32.3 -> 3.33.3 ( #143559 )
2021-10-29 15:25:33 +02:00
Jörg Thalheim
e79f2a1e9f
Merge pull request #141915 from newAM/github-runner
...
github-runner: add aarch64-linux to platforms
2021-10-27 21:56:04 +02:00
Max Wittig
019044d229
gitlab-runner: 14.3.2 -> 14.4.0
2021-10-26 09:46:40 +02:00
Bruno BELANYI
c0ec0aa140
drone-cli: add 'meta.mainProgram'
2021-10-18 17:59:41 +02:00
Alex Martens
0b15a9997c
github-runner: add aarch64-linux to platforms
2021-10-16 14:52:38 -07:00
Vincent Haupert
f6db206386
github-runner: 2.283.1 -> 2.283.3
2021-10-06 10:56:41 +02:00
Lara
f18bd6f919
gitlab-runner: 14.3.0 -> 14.3.2
2021-10-04 10:24:38 +02:00