Drop python3.5 job after switching to Bionic

Devstack switched to running on Bionic by default, so our default job
has python3.6 available and we drop the py35 variant.

Change-Id: I9207378637540046b0e5cb24268fda6ea6396079
Depends-On: https://review.openstack.org/610977
Depends-On: https://review.openstack.org/618169
This commit is contained in:
Jens Harbott 2018-11-20 18:58:45 +00:00 committed by Jens Harbott (frickler)
parent 9c9bcf5f90
commit bc8d1bab8e
1 changed files with 1 additions and 8 deletions

View File

@ -41,7 +41,7 @@
designate-zone-manager: true
- job:
name: designate-bind9-py35
name: designate-bind9-py36
parent: designate-bind9
vars:
devstack_localrc:
@ -53,11 +53,6 @@
s-proxy: false
c-bak: false
- job:
name: designate-bind9-py36
parent: designate-bind9-py35
nodeset: openstack-bionic-node
- job:
name: designate-devstack-base
parent: legacy-dsvm-base
@ -158,7 +153,6 @@
jobs:
- designate-bind9
- designate-bind9-manager-model
- designate-bind9-py35
- designate-bind9-py36
- designate-devstack-pdns4
- designate-devstack-pdns4-postgres
@ -168,7 +162,6 @@
jobs:
- designate-bind9
- designate-bind9-manager-model
- designate-bind9-py35
- designate-bind9-py36
- designate-devstack-pdns4
- designate-devstack-pdns4-postgres