Due the the EOL of CentOS Stream 8, all the Jenkins workers were
migrated to CentOS Stream 9. Therefore, we need to make these jobs pick
these workers.
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
- job:
name: ceph-container-flake8
- node: small && centos8
+ node: small && centos9
defaults: global
display-name: 'ceph-container-flake8'
properties:
- job:
name: ceph-container-lint
- node: small && centos8
+ node: small && centos9
defaults: global
display-name: 'ceph-container-lint'
properties: