edd8a71370
Before this we kept node discovery agent in stackforge/fuel-web repo: * https://github.com/stackforge/fuel-web/blob/master/bin/agent * https://github.com/stackforge/fuel-web/blob/master/bin/nailgun-agent.cron I am suggesting to move it because: * written on Ruby instead of Python; * installed on nodes unlike Nailgun; * it is client for Nailgun API; * need another core-reviewers team; * need to be tested differently. We kept changes history from fuel-web repository Closes-Bug: #1473893 Change-Id: I4ac73151f076ba230fa7951d55e9b2d13236ad7d
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group fuel-nailgun-agent-core
|
|
create = group fuel-nailgun-agent-core
|
|
label-Code-Review = -2..+2 group fuel-nailgun-agent-core
|
|
label-Verified = -1..+1 group fuel-ci
|
|
label-Workflow = -1..+1 group fuel-nailgun-agent-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group fuel-nailgun-agent-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|