summaryrefslogtreecommitdiff
path: root/zuul.d
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-07-20 10:05:13 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2020-07-20 12:35:16 +0200
commit1cb1df76d96810b0cb4204cb54503b83532ef7c9 (patch)
tree41c4610de174c5380dac2479a71f7dc606151194 /zuul.d
parentd867488e90dfe0ff09c35223a842f2407dad1a75 (diff)
downloadironic-1cb1df76d96810b0cb4204cb54503b83532ef7c9.tar.gz
Stop running test_schedule_to_all_nodes in the multinode job
After the recent changes we're running 5 tests already, some of them using several VMs. This should cover scheduling to different conductors well enough, the nova test just adds random failures on top. This allows reducing the number of test VMs to 3 per testing node (6 totally), reducing the resource pressure and allowing giving each VM a bit more RAM. Also adding missing VM_SPECS_DISK to the subnode configuration. Change-Id: Idde2891b2f15190f327e4298131a6069c58163c0
Diffstat (limited to 'zuul.d')
-rw-r--r--zuul.d/ironic-jobs.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index afed7ae92..d091331f2 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -471,7 +471,7 @@
vars:
tox_envlist: all
tempest_concurrency: 3
- tempest_test_regex: "(ironic_tempest_plugin.tests.scenario|test_schedule_to_all_nodes)"
+ tempest_test_regex: "ironic_tempest_plugin.tests.scenario"
tempest_test_timeout: 2400
devstack_localrc:
BUILD_TIMEOUT: 2400
@@ -501,10 +501,10 @@
IRONIC_TEMPEST_BUILD_TIMEOUT: 600
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
IRONIC_USE_LINK_LOCAL: True
- IRONIC_VM_COUNT: 6
+ IRONIC_VM_COUNT: 3
IRONIC_VM_EPHEMERAL_DISK: 0
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
- IRONIC_VM_SPECS_RAM: 384
+ IRONIC_VM_SPECS_RAM: 512
IRONIC_VM_SPECS_DISK: 4
IRONIC_VM_SPECS_CPU: 1
OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br-infra'
@@ -584,11 +584,12 @@
IRONIC_PROVISION_NETWORK_NAME: ironic-provision
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_USE_LINK_LOCAL: True
- IRONIC_VM_COUNT: 6
+ IRONIC_VM_COUNT: 3
IRONIC_VM_EPHEMERAL_DISK: 0
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
IRONIC_VM_NETWORK_BRIDGE: sub1brbm
- IRONIC_VM_SPECS_RAM: 384
+ IRONIC_VM_SPECS_RAM: 512
+ IRONIC_VM_SPECS_DISK: 4
IRONIC_VM_SPECS_CPU: 1
OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br-infra'
OVS_PHYSICAL_BRIDGE: sub1brbm