jenkins-job-builder/.zuul.yaml
Thanh Ha 7e860919a8
fix: Drop testing for Python 3.6
Change I42660519c1cbe94a4322767b1940e113b0e5a276 missed dropping support
for Python 3.6 which is also EOL.

This is not noted as a breaking change as the release email that went out
for JJB 4.0.0 already addresses that we will be dropping support for
Python 3.6 and older so this simply removes the CI testing associated with
that statement.

Change-Id: Ia146401460c8978d1b53213413bf92d5aef9a3cf
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
2022-04-12 12:28:03 -04:00

28 lines
645 B
YAML

- job:
name: jjb-tox-cross-python-jenkins
description: Tests compatibility with master branch of python-jenkins
parent: tox-py38
required-projects:
- jjb/python-jenkins
- jjb/jenkins-job-builder
voting: true
- job:
name: jjb-tox-docs-linkcheck
parent: tox
vars:
tox_envlist: docs-linkcheck
- project:
templates:
- docs-on-readthedocs
- openstack-python37-jobs-no-constraints
- openstack-python38-jobs-no-constraints
vars:
rtd_webhook_id: '47271'
check:
jobs:
- jjb-tox-cross-python-jenkins
- jjb-tox-docs-linkcheck
- tox-cover