
This is a tool to run tests inside docker container, inspired by tox but using docker containers instead of virtualenvs. Change-Id: I150da4270872382bdd4a36c711287acc04634688
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group dox-core
|
|
label-Code-Review = -2..+2 group dox-core
|
|
label-Workflow = -1..+1 group dox-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group dox-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|