Skip to content

Commit

Permalink
Remove paranoid check
Browse files Browse the repository at this point in the history
As long as all actions come from the same incident, having a submit
to somewhere else is fine - see https://build.suse.de/request/show/114532
  • Loading branch information
coolo committed May 13, 2016
1 parent 2fc2d8a commit a723b56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openqa-maintenance.py
Expand Up @@ -336,8 +336,6 @@ def request_get_openqa_jobs(self, req):
ret = None
types = set([a.type for a in req.actions])
if 'maintenance_release' in types:
if len(types) != 1:
raise Exception("can't handle types mixed with maintenance_release")
src_prjs = set([a.src_project for a in req.actions])
if len(src_prjs) != 1:
raise Exception("can't handle maintenance_release from different incidents")
Expand Down

0 comments on commit a723b56

Please sign in to comment.