raito
42546e5bc7
This should be piped into `ofborgctl listen gerrit-events` or something later on. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
32 lines
675 B
JSON
32 lines
675 B
JSON
{
|
|
"runner": {
|
|
"identity": "dev"
|
|
},
|
|
"checkout": {
|
|
"root": "$STATE_DIRECTORY/.checkouts"
|
|
},
|
|
"vcs": "Gerrit",
|
|
"gerrit": {
|
|
"instance_uri": "cl.forkos.org"
|
|
},
|
|
"nix": {
|
|
"system": "x86_64-linux",
|
|
"remote": "daemon",
|
|
"build_timeout_seconds": 1800
|
|
},
|
|
"rabbitmq": {
|
|
"ssl": false,
|
|
"host": "127.0.0.1",
|
|
"virtualhost": "/",
|
|
"username": "test",
|
|
"password_file": "$TRIVIAL_PASSWORD"
|
|
},
|
|
"feedback": {
|
|
"full_logs": true
|
|
},
|
|
"pastebin": {
|
|
"root": "$STATE_DIRECTORY/pastebins",
|
|
"db": "$STATE_DIRECTORY/pastebins/db.json"
|
|
}
|
|
}
|