Add a review user for factory-auto so it can be overridden in SLE

This commit is contained in:
Stephan Kulow 2019-10-23 11:00:11 +02:00
parent 68be1855fa
commit 0938967139
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ pipelines:
resources: resources:
- staging-bot - staging-bot
tasks: tasks:
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto review - script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto --user factory-auto review
SLE.Legal.Check: SLE.Legal.Check:
group: SLE.Checkers group: SLE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished

View File

@ -186,7 +186,7 @@ pipelines:
resources: resources:
- staging-bot - staging-bot
tasks: tasks:
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto review - script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto --user factory-auto review
SLE.Legal.Check: SLE.Legal.Check:
group: SLE.Checkers group: SLE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished