summaryrefslogtreecommitdiff
path: root/zuul.d/ironic-python-agent-jobs.yaml
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2023-01-27 11:39:29 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2023-01-31 11:08:16 +0100
commitbf2ca3ad1211dc40c24d63b290f82ab039b15057 (patch)
tree2a5c1c0f61c5004d8f31129c3f4fd02fbceda631 /zuul.d/ironic-python-agent-jobs.yaml
parent5d66844b2fa061b8f3645e0457542d1442534e9d (diff)
downloadironic-python-agent-bf2ca3ad1211dc40c24d63b290f82ab039b15057.tar.gz
- Remove reno job, it does not make sense to run it on bugfix branches. - Cap tox to version lower than 4 as it is for all stable branches. - Run tests on focal for all except bionic with python 3.6 Change-Id: I290041b1b4a145bb9f06d62122da340794fbc076
Diffstat (limited to 'zuul.d/ironic-python-agent-jobs.yaml')
-rw-r--r--zuul.d/ironic-python-agent-jobs.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml
index bc91ec80..db5c2597 100644
--- a/zuul.d/ironic-python-agent-jobs.yaml
+++ b/zuul.d/ironic-python-agent-jobs.yaml
@@ -101,6 +101,7 @@
# Security testing for known issues
name: ipa-tox-bandit
parent: openstack-tox
+ nodeset: ubuntu-focal
timeout: 2400
vars:
tox_envlist: bandit
@@ -118,6 +119,7 @@
- job:
name: ipa-tox-examples
parent: openstack-tox
+ nodeset: ubuntu-focal
timeout: 600
vars:
tox_envlist: examples
@@ -194,28 +196,34 @@
check:
jobs:
- openstack-tox-pep8:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
- openstack-tox-py36:
+ nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
- openstack-tox-py39:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
gate:
jobs:
- openstack-tox-pep8:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
- openstack-tox-py36:
+ nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
- openstack-tox-py39:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga