Project

General

Profile

action #167386

Updated by okurz about 2 months ago

## Motivation 
 As observed in #164898 and #167335 there are many warnings on o3 in /var/log/openqa_gru* 

 like 

 ``` 
 /var/log/openqa_gru.2.xz:[2024-09-19T15:47:33.908109Z] [warn] [#4329687] Local checkout at /var/lib/openqa/share/tests/opensuse has origin https://github.com/os-autoinst/os-autoinst-distri-opensuse.git but requesting to clone from https://github.com/$personal_fork/os-autoinst-distri-opensuse.git 
 ``` 

 for multiple personal forks but (only) one mention for os-autoinst-distri-openQA 

 ``` 
 /var/log/openqa_gru.1.xz:[2024-09-20T13:09:57.528757Z] [warn] [#4332550] Local checkout at /var/lib/openqa/share/tests/openqa has origin https://github.com/os-autoinst/os-autoinst-distri-openQA but requesting to clone from https://github.com/os-autoinst/os-autoinst-distri-openQA.git 
 ``` 

 ## Acceptance criteria 
 * **AC1:** Only individuals or no occurences of warning messages in openQA logs on o3 about the mentioned message 

 ## Suggestions 
 * Lookup the code line in lib/OpenQA/Task/Git/Clone.pm and understand the context 
 * In both cases we likely don't need a "warn" but something less severe and rephrase the message to make the "so what" clear. 

Back