diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2021-03-11 17:05:50 -0800 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2021-03-11 17:05:50 -0800 |
commit | ebaa359937817319c15bd6acfb88d74f0d2d63bb (patch) | |
tree | 4a42ca2ce722786627bc81cce8b29682a378373d | |
parent | d8a0b0c270c387fdf76ca2a9739e17ba143ed512 (diff) | |
download | ironic-ebaa359937817319c15bd6acfb88d74f0d2d63bb.tar.gz |
Mark multinode non-voting due to high failure rate
Change-Id: Iea8212ee69a8fe8c5f181c87271f46779e3a46b4
-rw-r--r-- | zuul.d/project.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 53b19626d..f945f3db5 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -19,7 +19,13 @@ - ironic-tempest-wholedisk-bios-snmp-pxe - ironic-tempest-ipa-partition-pxe_ipmitool - ironic-tempest-ipa-partition-uefi-pxe_ipmitool - - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode + # NOTE(TheJulia) Marking multinode non-voting on 20210311 + # Due to a high failure rate on limestone where the compute1 + # machine never appears to be able to communicate across the + # vxlan tunnel, possible mtu issue, but non-voting until we + # understand it in mind for the upcoming release. + - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode: + voting: false - ironic-tempest-bios-ipmi-direct-tinyipa - ironic-tempest-bfv - ironic-tempest-ipa-partition-uefi-pxe-grub2 @@ -54,7 +60,9 @@ - ironic-tempest-wholedisk-bios-snmp-pxe - ironic-tempest-ipa-partition-pxe_ipmitool - ironic-tempest-ipa-partition-uefi-pxe_ipmitool - - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode + # NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone + # seeming to be + # - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode - ironic-tempest-bios-ipmi-direct-tinyipa - ironic-tempest-bfv - ironic-tempest-ipa-partition-uefi-pxe-grub2 |