Also add required checks to adi stagings after adding architectures
Otherwise the newly added archs don't have any required checks assigned.
This commit is contained in:
parent
76b63b74c6
commit
63c7292ee8
@ -1078,6 +1078,9 @@ class StagingAPI(object):
|
||||
meta = ET.tostring(meta)
|
||||
http_PUT(self.project_meta_url(project), data=meta)
|
||||
|
||||
for required_check in self.cstaging_required_checks_adi.split():
|
||||
self.add_required_check(project, required_check)
|
||||
|
||||
def prj_from_letter(self, letter):
|
||||
if ':' in letter: # not a letter
|
||||
return letter
|
||||
|
Loading…
x
Reference in New Issue
Block a user