Project

General

Profile

action #95299

Updated by okurz almost 3 years ago

## Observation 

 I don't know why this ppc64le jobs timed out, cache service ? 
 Should the regex be more specific or can it be generic for any timeout ? 

 https://openqa.suse.de/tests/6393939 
 https://openqa.suse.de/tests/6393941 
 https://openqa.suse.de/tests/6393945 

 ## Steps to reproduce 

 ~~Find jobs referencing this ticket with the help of 
 https://raw.githubusercontent.com/os-autoinst/scripts/master/openqa-query-for-job-label , 
 call `openqa-query-for-job-label poo#95299`~~ 

 ``` 
 ssh osd "sudo -u geekotest psql --command=\"select jobs.id,result_dir,t_finished,host,instance from jobs join workers on jobs.assigned_worker_id=workers.id where reason ~ 'timeout: setup exceeded' order by t_finished;\" openqa" 
 ``` 

 ## Problem 
 Problem seems to be specific to ppc64le workers, maybe only "malbec" now. Maybe specific to test syncing. The cacheservice-minion logs do not mention the test rsync request at all.

Back