]
Barak Korren reassigned OVIRT-1567:
-----------------------------------
Assignee: Barak Korren (was: infra)
Make 'deploy-to_ovirt-master_tested' job not to fail without
artifacts
----------------------------------------------------------------------
Key: OVIRT-1567
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1567
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Shlomo Ben David
Assignee: Barak Korren
Priority: High
The repoman code already has the option to bypass the no artifacts test without failing
by adding the following code:
--option=main.on_empty_source=<option>
You can use one of the options below:
1. *ignore* (The ignore won't show any warning message and won't fail on raise
Exception).
2. *warn* (The warn will show a warning message without failing on raise Exception)
3. *fail* (The fail will show a warning message and fail on raise Exception ==>
default)