summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2022-12-16 11:12:24 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2022-12-16 16:28:49 +0100
commitdc73be37cc06bc34ab39123fffea5a390de8654b (patch)
tree275b02dc6ab8a9014cc825cd555eb26fcbd0e7e3
parent2982f8d5aedd7e1b5d0fa1c5f7242a3c48dd0061 (diff)
downloadironic-python-agent-dc73be37cc06bc34ab39123fffea5a390de8654b.tar.gz
Fix CI for bugfix/8.1
All jobs should run on ubuntu focal, except python3.6 that still needs bionic. Change-Id: Ia42bf96ebb5083f6ec874eb97c7478776cc18753
-rw-r--r--zuul.d/ironic-python-agent-jobs.yaml9
-rw-r--r--zuul.d/project.yaml4
2 files changed, 13 insertions, 0 deletions
diff --git a/zuul.d/ironic-python-agent-jobs.yaml b/zuul.d/ironic-python-agent-jobs.yaml
index 5c0b6d21..ae08ead9 100644
--- a/zuul.d/ironic-python-agent-jobs.yaml
+++ b/zuul.d/ironic-python-agent-jobs.yaml
@@ -98,6 +98,7 @@
# Security testing for known issues
name: ipa-tox-bandit
parent: openstack-tox
+ nodeset: ubuntu-focal
timeout: 2400
vars:
tox_envlist: bandit
@@ -115,6 +116,7 @@
- job:
name: ipa-tox-examples
parent: openstack-tox
+ nodeset: ubuntu-focal
timeout: 600
vars:
tox_envlist: examples
@@ -196,18 +198,22 @@
check:
jobs:
- openstack-tox-pep8:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-py36:
+ nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-py38:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-py39:
+ nodeset: ubuntu-focal
voting:
false
required-projects:
@@ -216,14 +222,17 @@
gate:
jobs:
- openstack-tox-pep8:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-py36:
+ nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-py38:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index e79878d9..34ef73e9 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -7,10 +7,12 @@
check:
jobs:
- openstack-tox-functional:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-cover:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
@@ -41,10 +43,12 @@
gate:
jobs:
- openstack-tox-functional:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena
- openstack-tox-cover:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/xena