Project

General

Profile

action #98388

Updated by VANASTASIADIS over 2 years ago

## Observation 

 An example is https://openqa.suse.de/tests/6994628#downloads 

 When i clone the job it fails with 

 ``` 
 downloading 
 http://openqa.suse.de/tests/6994628/asset/other/SLE-15-SP4-Online-x86_64-Build31.2-Media1.iso.sha256 
 to 
 /var/lib/openqa/factory/other/SLE-15-SP4-Online-x86_64-Build31.2-Media1.iso.sha256 
 downloading 
 http://openqa.suse.de/tests/6994628/asset/iso/SLE-15-SP4-Online-x86_64-Build31.2-Media1.iso 
 to 
 /var/lib/openqa/factory/iso/SLE-15-SP4-Online-x86_64-Build31.2-Media1.iso 
 downloading 
 http://openqa.suse.de/tests/6994628/asset/hdd/SLES-15-SP4-x86_64-Build31.2-containers.qcow2 
 to 
 /var/lib/openqa/factory/hdd/SLES-15-SP4-x86_64-Build31.2-containers.qcow2 
 downloading 
 http://openqa.suse.de/tests/6994628/asset/hdd/SLES-15-SP4-x86_64-Build31.2-containers-uefi-vars.qcow2 
 to 
 /var/lib/openqa/factory/hdd/SLES-15-SP4-x86_64-Build31.2-containers-uefi-vars.qcow2 
 6994628 failed: 404 Not Found 
 ``` 

 [uefi-vars qcow2](https://openqa.suse.de/tests/6994628/asset/hdd/SLES-15-SP4-x86_64-Build31.2-containers-uefi-vars.qcow2) seems that it is not available any more and if you try to get this file you get 404. 

 Expected: this raises some questions: 
 - ui should not show non-available assets 

 ## Steps to reproduce 

 Clone if the job in the description, cleanup remove it returns a 404 error for an asset still shown in the UI page 

 ## Suggestions 

 * Investigate why is it still shown in the UI page if the cleanup removes it 
 * Investigate why - Why this is removed (if it is from the cleanup script) but not the rest rest? 

 Expected: 
 * Fix UI so that it doesn't - ui should not show non-available assets 

 Additional: 
 * (optional) i wonder if the cleanup can be more clever and keep the relevant assets 


 

Back