Run openqa-maintenance on botmaster as well

So far ran on maintenance vm
This commit is contained in:
Stephan Kulow 2019-09-04 12:47:51 +02:00
parent 72c1e9b445
commit f8d3603b2c
2 changed files with 22 additions and 1 deletions

21
gocd/openqa.gocd.yaml Normal file
View File

@ -0,0 +1,21 @@
format_version: 3
pipelines:
openSUSE.QA.Maint:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-openqa-maintenance
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 */10 0 ? * *
only_on_changes: false
stages:
- Run:
approval: manual
resources:
- staging-bot
tasks:
- script: |-
./openqa-maintenance.py --group qam-openqa --review-mode=accept-onpass --debug --openqa https://openqa.opensuse.org --apiurl https://api.opensuse.org review

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
from oqamaint.cli import CommandLineInterface