core-services-01(autodeploy): enforce nix label, update drone runner module
This commit is contained in:
parent
e31546dcf5
commit
6642638d2a
3 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,9 @@ kind: pipeline
|
|||
type: exec
|
||||
name: Test NixOS configurations
|
||||
|
||||
node:
|
||||
nix: true
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"klubrz-nur": {
|
||||
"branch": "main",
|
||||
"repo": "https://git.rz.ens.wtf/Klub-RZ/nur",
|
||||
"rev": "2d9da6ab1f53af1bff116426e79aeb35408681f6",
|
||||
"rev": "3f6a760254c3259e6abc0dcf443c533cd999a739",
|
||||
"type": "git"
|
||||
},
|
||||
"niv": {
|
||||
|
|
Loading…
Add table
Reference in a new issue