summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-22 15:43:18 +0000
committerGerrit Code Review <review@openstack.org>2020-07-22 15:43:18 +0000
commitc6289291c1fcd42afbbaa28139d21bf2438a1457 (patch)
tree2f4f3cb239d9fdb79dabbd765ca8aaa2f59a9987
parent61759fe16294e0a8176402421fc4c332e51bf234 (diff)
parent2b5759ef20070204e048bc177dcb510f5df5c636 (diff)
downloadironic-c6289291c1fcd42afbbaa28139d21bf2438a1457.tar.gz
Merge "Stop running test_schedule_to_all_nodes in the multinode job" into stable/train
-rw-r--r--zuul.d/ironic-jobs.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index d400d6cfe..05664b266 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -360,8 +360,8 @@
- zuul: opendev.org/zuul/zuul-jobs
vars:
tox_envlist: all
- tempest_concurrency: 4
- tempest_test_regex: "(ironic_tempest_plugin.tests.scenario|test_schedule_to_all_nodes)"
+ tempest_concurrency: 3
+ tempest_test_regex: "ironic_tempest_plugin.tests.scenario"
tempest_test_timeout: 2400
devstack_localrc:
BUILD_TIMEOUT: 1200
@@ -391,10 +391,10 @@
IRONIC_TEMPEST_BUILD_TIMEOUT: 600
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
IRONIC_USE_LINK_LOCAL: True
- IRONIC_VM_COUNT: 7
+ 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
OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br-infra'
OVS_PHYSICAL_BRIDGE: brbm
@@ -466,11 +466,12 @@
IRONIC_PROVISION_NETWORK_NAME: ironic-provision
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_USE_LINK_LOCAL: True
- IRONIC_VM_COUNT: 7
+ 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
OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br-infra'
OVS_PHYSICAL_BRIDGE: sub1brbm
PHYSICAL_NETWORK: mynetwork