Project

General

Profile

action #41414

Updated by riafarov over 5 years ago

See motivation in the parent ticket. 

 Suggested solution is to have checksum as a job variable, which is then reused on the worker side to validate it if matches. 
 Simplest solution will be to use approach we have in isosize test module, by executing code directly on the worker. 

 ## Acceptance criteria 
 1. checksum of the iso mismatch is detected on the worker side 
 2. such a job fails with a clear message 

Back