On Thu, 2020-06-18 at 14:38 -0500, Jonathon Jongsma wrote: > Centos does not have the cppi package, so some code style checks are *CentOS > skipped. Switch to a fedora image to do the code style checks. *Fedora > codestyle: > stage: builds > - image: $CI_REGISTRY_IMAGE/ci-centos-8:latest > + image: $CI_REGISTRY_IMAGE/ci-fedora-32:latest The idea behind using CentOS 8 is that, unlike Fedora, it's a long-term supported OS so we don't have to change the corresponding job as frequently. openSUSE 15.1 is also has long-term support and cppi, so it seems like it would be a better candidate here. Dan, what do you think? -- Andrea Bolognani / Red Hat / Virtualization