]
Barak Korren updated OVIRT-1837:
--------------------------------
Epic Link: OVIRT-400
Make deployment to 'teste' run asynchrnously with the
'*-tester' jobs
---------------------------------------------------------------------
Key: OVIRT-1837
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1837
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: Change Queue
Reporter: Barak Korren
Assignee: infra
Priority: High
The 'deploy-to_*_tested' job is triggered by the '*-change-queue-tester'
job which then waits for it to finish.
Since the 'tested' repo can get big, the 'deploy-to_*_tested' job can end
up taking a long time. This in turn means the next run of the
'*-change-queue-tester' job gets delayed by a long time.
We should change things so that the '*-change-queue-tester' job no longer waits
for the 'deploy-to_*_tested' job to finish