Switch integrated linters to focal
Patch also fixes linters not being triggered when changing non-fuctional part of the roles (ie docs) Change-Id: I21c31d522d581661cf8426b76cd8141072e1d548
This commit is contained in:
committed by
Dmitriy Rabotyagov (noonedeadpunk)
parent
7ec0a966ab
commit
650f018fd7
@@ -153,9 +153,10 @@
|
|||||||
|
|
||||||
# Running linters check
|
# Running linters check
|
||||||
- job:
|
- job:
|
||||||
name: openstack-ansible-linters-ubuntu-bionic
|
name: openstack-ansible-linters-ubuntu-focal
|
||||||
parent: openstack-ansible-deploy-aio
|
parent: openstack-ansible-deploy-aio
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-focal
|
||||||
|
irrelevant-files: []
|
||||||
|
|
||||||
# Experimental job for checking our AIO can deploy with
|
# Experimental job for checking our AIO can deploy with
|
||||||
# a different ansible version
|
# a different ansible version
|
||||||
|
|||||||
@@ -142,10 +142,10 @@
|
|||||||
name: openstack-ansible-linters-jobs
|
name: openstack-ansible-linters-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters-ubuntu-bionic
|
- openstack-ansible-linters-ubuntu-focal
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters-ubuntu-bionic
|
- openstack-ansible-linters-ubuntu-focal
|
||||||
|
|
||||||
- project-template:
|
- project-template:
|
||||||
name: openstack-ansible-deploy-guide-jobs
|
name: openstack-ansible-deploy-guide-jobs
|
||||||
|
|||||||
Reference in New Issue
Block a user