core-services-01(autodeploy): enforce nix label, update drone runner module

This commit is contained in:
Raito Bezarius 2021-07-26 03:34:45 +02:00
parent e31546dcf5
commit 6642638d2a
3 changed files with 5 additions and 2 deletions

View file

@ -3,6 +3,9 @@ kind: pipeline
type: exec
name: Test NixOS configurations
node:
nix: true
platform:
os: linux
arch: amd64

View file

@ -9,7 +9,7 @@ in
env = [
"DRONE_RUNNER_CAPACITY=${toString capacity}"
"CLIENT_DRONE_RPC_HOST=127.0.0.1:${toString config.services.drone-server.port}"
"DRONE_RUNNER_LABELS=nix:true,core:true" # nix-ready and runs on a core machine.
"DRONE_RUNNER_LABELS=nix:true" # nix-ready machine.
];
envFile = config.age.secrets.droneKeyFile.path;
};

View file

@ -14,7 +14,7 @@
"klubrz-nur": {
"branch": "main",
"repo": "https://git.rz.ens.wtf/Klub-RZ/nur",
"rev": "2d9da6ab1f53af1bff116426e79aeb35408681f6",
"rev": "3f6a760254c3259e6abc0dcf443c533cd999a739",
"type": "git"
},
"niv": {