Actions
action #59394
open[qe-core][functional] Overwrite empty ISO variable everywhere where not needed, i.e. `+ISO=`, to prevent useless ISO downloading and storage
Status:
Blocked
Priority:
Normal
Assignee:
-
Category:
Enhancement to existing tests
Target version:
-
Start date:
2019-11-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Motivation¶
By default we pass "ISO" to all jobs even when it is not needed, e.g. in downstream jobs booting HDD. This causes useless downloads to the worker for each job as well as on each cloning. See #33946 for details. This can be prevented with a simple +ISO=
in all test suites that do not actually need the ISO.
Suggestions¶
- Add
+ISO=
to all test suites booting HDD images and not relying on the ISO - Crosscheck test results
Actions