action #157984
Updated by okurz 8 months ago
## Motivation
We should run a supported version of Leap (or Tumbleweed)
## Acceptance criteria
- **AC1**: Ensure all CI container images we use are on Tumbleweed or Leap 15.6
## Suggestions
* Read #99240 about which container images we need to care about
* Add the list to *this* ticket description (not just comment) so that we have a good reference for the next time
* Find out where we use images
* Following list:
* All references in os-autoinst, template: https://github.com/os-autoinst/os-autoinst/pull/2496 https://github.com/os-autoinst/os-autoinst/pull/2122
* All references in openQA, template: https://github.com/os-autoinst/openQA/pull/5629 and https://github.com/os-autoinst/os-autoinst/pull/2496 and https://github.com/os-autoinst/openQA/pull/5628 https://github.com/os-autoinst/openQA/pull/4745
* ~~SUSE SUSE internal CI base images: https://gitlab.suse.de/openqa/ci~~ using Tumbleweed https://gitlab.suse.de/openqa/ci
* ~~https://build.opensuse.org/package/show/devel:openQA/openqa_dev~~ (removed) https://build.suse.de/package/show/QA:Maintenance/openSUSE-Leap-Container
* https://build.opensuse.org/package/show/devel:openQA:ci/base
* https://build.suse.de/package/show/QA:Maintenance/openSUSE-Leap-Container https://build.opensuse.org/package/show/devel:openQA/openqa_dev
* Reconfigure container images to be based on 15.6
* Don't use super powers to ignore CI test failures
Back