Details
-
Task
-
Resolution: Won't Do
-
P2: Important
-
None
-
master
-
None
Description
The testplan is created in qmake module (in modules.py) with option -j1 to avoid multiple processes corrupting the file. This should be relatively easy to fix by:
- Write testplan to multiple files (TestPlan/1, TestPlan/2...) instead of single file (one can use test file name to create the target file)
- Concatenate the multiple files into single file (TestPlan)
This would potentially save up to minutes of time for every build time.
Attachments
Issue Links
- relates to
-
QTQAINFRA-1722 Timeouts occur when configuring tests
- Closed