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:
Adam Williamson 2022-05-25 09:12:10 -07:00
parent c030ab4c77
commit b5be505576

View file

@ -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]