Project

General

Profile

action #152681

Updated by tinita 5 months ago

## Observation 

 https://openqa.opensuse.org/tests/3815334#comments has: 

 
 openqa_from_bootstrap:investigate:retry: https://openqa.opensuse.org/tests/3815345 
 openqa_from_bootstrap:investigate:last_good_tests:92866dcb2f14046a8e26a47bcb0f0ee3959920b3: https://openqa.opensuse.org/tests/3815346 
 openqa_from_bootstrap:investigate:last_good_build::TW.25094: https://openqa.opensuse.org/tests/3815347 
 openqa_from_bootstrap:investigate:last_good_tests_and_build:92866dcb2f14046a8e26a47bcb0f0ee3959920b3+:TW.25094: https://openqa.opensuse.org/tests/3815348 

 The last_good_tests and last_good_tests_and_build are both failing because they have: 
 CASEDIR 	 https://github.com/os-autoinst/os-autoinst-distri-opensuse.git#92866dcb2f14046a8e26a47bcb0f0ee3959920b3 

 But it should be os-autoinst-distri-openqa instead, and the commit 92866dcb2f14046a8e26a47bcb0f0ee3959920b3 is not found. 

 That's because: 
 https://github.com/os-autoinst/scripts/blob/master/openqa-investigate#L56 
 ``` 
         repo=${casedir:-'https://github.com/os-autoinst/os-autoinst-distri-opensuse.git'} 
 ```

Back