Project

General

Profile

action #154699

Updated by okurz 4 months ago

## Observation 
 https://os-autoinst.github.io/qa-tools-backlog-assistant/ shows Latest Run: 2024-01-31 23:19:25 UTC, should be 2024-02-01 by now 

 From the GitHub action log: https://github.com/os-autoinst/qa-tools-backlog-assistant/actions/runs/7738915674/job/21100696051#step:12:329 
 ``` 
 Err:49 mirror+file:/etc/apt/apt-mirrors.txt jammy-updates/main amd64 python3-pil amd64 9.0.1-1ubuntu0.1 
   404    Not Found [IP: 20.106.104.242 80] 
 E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/p/pillow/python3-pil_9.0.1-1ubuntu0.1_amd64.deb    404    Not Found [IP: 20.106.104.242 80] 
 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 
 Fetched 62.4 MB in 5s (12.0 MB/s) 
 Error: Process completed with exit code 100. 
 ``` 

 And why did nobody receive emails about failing github actions? 

 ## Expected result 
 * "Latest run" should be current again 
 * We should receive some notification if github actions fail 

 ## Suggestions 
 * Look into the details of the mentioned github actions 
 * Fix the problem 
 * Ensure that we receive notifications for failing github actions (if they actually fail) 
 * Ensure that our backlog status is current again 
 * Consider improving the GHA, why do we even install dependencies. Should we build a container for deps ourselves?

Back