summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindep.txt2
-rw-r--r--zuul.d/ironic-jobs.yaml7
2 files changed, 8 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
index f64e20165..6c95ee87c 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -46,7 +46,7 @@ iptables [devstack]
net-tools [platform:rpm devstack]
# these are needed to compile Python dependencies from sources
-python-dev [platform:dpkg test]
+python-dev [platform:dpkg test !platform:ubuntu-jammy]
python3-all-dev [platform:dpkg !platform:ubuntu-precise test]
python3-devel [platform:rpm test]
build-essential [platform:dpkg test]
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index db87ca9f7..9166e5d84 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -660,6 +660,7 @@
- job:
name: ironic-tox-unit-with-driver-libs
+ nodeset: ubuntu-focal
parent: openstack-tox
description: |
Run python 3 unit tests with driver dependencies installed.
@@ -696,6 +697,7 @@
- job:
# Security testing for known issues
name: ironic-tox-bandit
+ nodeset: ubuntu-focal
parent: openstack-tox
timeout: 2400
vars:
@@ -1053,6 +1055,7 @@
- job:
name: ironic-cross-sushy
description: Ironic unit tests run with Sushy from source
+ nodeset: ubuntu-focal
parent: openstack-tox
required-projects:
- name: opendev.org/openstack/ironic
@@ -1086,6 +1089,7 @@
check:
jobs:
- openstack-tox-pep8:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
@@ -1100,6 +1104,7 @@
gate:
jobs:
- openstack-tox-pep8:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
@@ -1138,12 +1143,14 @@
check:
jobs:
- openstack-tox-cover:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga
gate:
jobs:
- openstack-tox-cover:
+ nodeset: ubuntu-focal
required-projects:
- name: openstack/requirements
override-checkout: stable/yoga