Project

General

Profile

action #48707

Updated by riafarov about 3 years ago

## Motivation 
 We use RAID0 as a base test and then parse logs. Instead of repeating same installation steps twice, we should simply publish set of logs for RAID0 job and only parse them to detect if there are any new errors. 

 We can either chain jobs, boot into installed system and parse logs there, or publish logs as an asset and parse them either directly on the worker (might not work), or boot into any image (even support server) and parse logs there using same tools as before. 

 NOTE: we cannot optimize this scenario for the Full medium, as we do not execute RAID tests there 

 ## Acceptance criteria 
 1. For online medium logs are parsed without conduction of the full installation

Back