fix - pep8 and image build gates
This commit updates the Pegleg pep8 gate to use Ubuntu 18.04 (bionic) as the base Ubuntu image for the job. Upstream CI has a community goal to use Ubuntu 20.04 (focal) which defaults to python3.8. By moving to python3.8, some of the pip packages need to be updated but until pip conflicts are resolved, it is difficult to do so. Additionally, update the deb-docker path to fix the docker image build jobs. Change-Id: I263c646f9fbf14cb65267df586c524de3da2878f
This commit is contained in:
parent
97427904bc
commit
9853fcfbee
@ -18,7 +18,7 @@
|
|||||||
rtd_project_name: 'airship-promenade'
|
rtd_project_name: 'airship-promenade'
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8-bionic
|
||||||
- airship-promenade-lint-ws
|
- airship-promenade-lint-ws
|
||||||
- airship-promenade-docker-build-gate-ubuntu_xenial
|
- airship-promenade-docker-build-gate-ubuntu_xenial
|
||||||
- airship-promenade-docker-build-gate-ubuntu_bionic
|
- airship-promenade-docker-build-gate-ubuntu_bionic
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8-bionic
|
||||||
- airship-promenade-lint-ws
|
- airship-promenade-lint-ws
|
||||||
- airship-promenade-docker-build-gate-ubuntu_xenial
|
- airship-promenade-docker-build-gate-ubuntu_xenial
|
||||||
- airship-promenade-docker-build-gate-ubuntu_bionic
|
- airship-promenade-docker-build-gate-ubuntu_bionic
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
- apt_key:
|
- apt_key:
|
||||||
url: https://download.docker.com/linux/ubuntu/gpg
|
url: https://download.docker.com/linux/ubuntu/gpg
|
||||||
- apt_repository:
|
- apt_repository:
|
||||||
repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker xenial stable
|
repo: deb http://{{ zuul_site_mirror_fqdn }}/deb-docker/{{ ansible_distribution_release }} {{ ansible_distribution_release }} stable
|
||||||
- apt:
|
- apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
allow_unauthenticated: True
|
allow_unauthenticated: True
|
||||||
|
Loading…
Reference in New Issue
Block a user