Project

General

Profile

action #123867

Updated by okurz about 1 year ago

## Observation 
 https://app.circleci.com/jobs/github/os-autoinst/openQA/102194 from night 2023-02-01 failed with: 

 ``` 
 #!/bin/bash -eo pipefail 
 tools/ci/build_or_install_from_cache.sh 

 + '[' -z 857c64fd-5f56-40c7-a8da-8e548e2598c5 ']' 
 ++ find /var/cache/zypp/packages/ 
 ++ grep '.rpm$' 
 + packages= 
 + echo 'No RPM packages found, cache is empty, aborting' 
 No RPM packages found, cache is empty, aborting 
 + exit 1 
 ``` 

 ## Reproducible 
 Happens consistently since 2023-01-27, first occurence https://app.circleci.com/pipelines/github/os-autoinst/openQA/10916/workflows/be95b01f-7138-4e53-b13c-c9296c5744c2/jobs/102185, see https://app.circleci.com/pipelines/github/os-autoinst/openQA?branch=master 

 ## Acceptance criteria 
 * **AC1:** CI job "build-docs-nightly" consistently passes 
 * **AC2:** CI badge on github.com/os-autoinst/openQA/ is green

Back