one more
This commit is contained in:
parent
1acec032bc
commit
bc7a82885f
@ -879,7 +879,7 @@ class OpenQABot(ReviewBot.ReviewBot):
|
||||
|
||||
def test(self):
|
||||
for inc in requests.get('https://maintenance.suse.de/api/incident/active/').json():
|
||||
if not inc in ['4871', '5146', '2129']: continue
|
||||
if not inc in ['4871', '5146', '2129', '5219']: continue
|
||||
job = requests.get('https://maintenance.suse.de/api/incident/' + inc).json()
|
||||
if job['meta']['state'] in ['final', 'gone']:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user