openqa/server: don't hide ISO assets any more
We were hiding these because in the past the only ISO assets were those from the compose under test, and we wanted to avoid people downloading them from openQA when we'd rather they get them from dl.fp.o or the mirror system. But these days we have tests that generate ISOs (update netinst and live image build tests) and we often want to download the generated images to test them locally. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c030ab4c77
commit
b5be505576
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ download_domains = fedoraproject.org
|
|||
{% if openqa_webapi_plugins is defined and openqa_webapi_plugins %}
|
||||
plugins = {{ openqa_webapi_plugins }}
|
||||
{% endif %}
|
||||
hide_asset_types = repo iso hdd
|
||||
hide_asset_types = repo hdd
|
||||
parallel_cancel_whole_cluster = 0
|
||||
|
||||
[amqp]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue