From b5be505576fa9d012cbbd249b7a77b736941bda1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 25 May 2022 09:12:10 -0700 Subject: [PATCH] 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 --- roles/openqa/server/templates/openqa.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/server/templates/openqa.ini.j2 b/roles/openqa/server/templates/openqa.ini.j2 index ad8db80972..45f3df2039 100644 --- a/roles/openqa/server/templates/openqa.ini.j2 +++ b/roles/openqa/server/templates/openqa.ini.j2 @@ -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]