Temporarily disable pm runners
This commit is contained in:
parent
0926f6ec1f
commit
621d20db3a
@ -9,18 +9,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings.concurrent = 5;
|
settings.concurrent = 5;
|
||||||
services = {
|
services = {
|
||||||
ovni-shell = {
|
|
||||||
registrationConfigFile = config.age.secrets.ovniToken.path;
|
|
||||||
executor = "shell";
|
|
||||||
tagList = [ "nix" "xeon" ];
|
|
||||||
registrationFlags = [
|
|
||||||
# Using space doesn't work, and causes it to misread the next flag
|
|
||||||
"--locked='false'"
|
|
||||||
];
|
|
||||||
environmentVariables = {
|
|
||||||
SHELL = "${pkgs.bash}/bin/bash";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
gitlab-bsc-es-shell = {
|
gitlab-bsc-es-shell = {
|
||||||
registrationConfigFile = config.age.secrets.gitlabToken.path;
|
registrationConfigFile = config.age.secrets.gitlabToken.path;
|
||||||
executor = "shell";
|
executor = "shell";
|
||||||
@ -33,32 +21,6 @@
|
|||||||
SHELL = "${pkgs.bash}/bin/bash";
|
SHELL = "${pkgs.bash}/bin/bash";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ovni-docker = {
|
|
||||||
registrationConfigFile = config.age.secrets.ovniToken.path;
|
|
||||||
dockerImage = "debian:stable";
|
|
||||||
tagList = [ "docker" "xeon" ];
|
|
||||||
registrationFlags = [
|
|
||||||
"--locked='false'"
|
|
||||||
"--docker-network-mode host"
|
|
||||||
];
|
|
||||||
environmentVariables = {
|
|
||||||
https_proxy = "http://localhost:23080";
|
|
||||||
http_proxy = "http://localhost:23080";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
nosv-docker = {
|
|
||||||
registrationConfigFile = config.age.secrets.nosvToken.path;
|
|
||||||
dockerImage = "debian:stable";
|
|
||||||
tagList = [ "docker" "xeon" ];
|
|
||||||
registrationFlags = [
|
|
||||||
"--docker-network-mode host"
|
|
||||||
"--docker-cpus 56"
|
|
||||||
];
|
|
||||||
environmentVariables = {
|
|
||||||
https_proxy = "http://localhost:23080";
|
|
||||||
http_proxy = "http://localhost:23080";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user