ofborg/config.public.json
Cole Helbling 452ee25294
Disable trusted users for now
The current darwwin builder is reset very, very frequently (mostly due to its
storage constraints necessitating it), so there's much less of a reason to limit
the people who can utilize it. (Enabling it for everybody will also guarantee
more frequent resets, as well.)

However, it is kept as an option so that it can be re-enabled some time in the
future, if anything were to happen.
2021-05-17 13:20:13 -07:00

128 lines
2.9 KiB
JSON

{
"feedback": {
"full_logs": true
},
"log_storage": {
"path": "/var/lib/nginx/ofborg/logs/"
},
"runner": {
"repos": [
"nixos/nixpkgs",
"nixos/ofborg",
"grahamc/ofborg",
"grahamc/nixpkgs"
],
"disable_trusted_users": true,
"trusted_users": [
"1000101",
"7c6f434c",
"aanderse",
"abbradar",
"adisbladis",
"alyssais",
"andir",
"ankhers",
"aneeshusa",
"aszlig",
"basvandijk",
"c0bw3b",
"cdepillabout",
"cleverca22",
"cole-h",
"copumpkin",
"coreyoconnor",
"dezgeg",
"disassembler",
"domenkozar",
"doronbehar",
"dotlambda",
"dtzwill",
"dywedir",
"d-goldin",
"edef1c",
"edolstra",
"ekleog",
"emilazy",
"ericson2314",
"etu",
"fgaz",
"filalex77",
"flokli",
"fpletz",
"fridh",
"garbas",
"Gerschtli",
"gilligan",
"globin",
"grahamc",
"hedning",
"infinisil",
"Izorkin",
"jb55",
"joachifm",
"jonringer",
"jtojnar",
"kalbasit",
"kiwi",
"knedlsepp",
"lassulus",
"lheckemann",
"lilyball",
"lnl7",
"lukegb",
"Ma27",
"makefu",
"markuskowa",
"marsam",
"matthewbauer",
"matthiasbeyer",
"mic92",
"mmahut",
"mpickering",
"nequissimus",
"nh2",
"nlewo",
"obadz",
"orivej",
"peti",
"primeos",
"profpatsch",
"prusnak",
"puffnfresh",
"rasendubi",
"rbvermaa",
"romildo",
"rnhmjoj",
"ryantm",
"r-ryantm",
"samueldr",
"shlevy",
"srhb",
"talyz",
"teto",
"thoughtpolice",
"timokau",
"vbgl",
"veprbl",
"vcunat",
"willibutz",
"worldofpeace",
"xeji",
"xrelkd",
"yegortimoshenko",
"yurrriq",
"zimbatm",
"zowoq"
]
},
"checkout": {
"root": "/var/lib/gc-of-borg/.nix-test-rs"
},
"nix": {
"system": "x86_64-linux",
"remote": "daemon",
"build_timeout_seconds": 3600,
"initial_heap_size": "4g"
}
}