Temporarily limit SFC testing concurrency
Tests mostly run in parallel now, but this is not perfect yet. Set
concurrency to 1 until relatd bug is properly fixed
Change-Id: Ic3ed0c56c71a16cc6dcd2fc6f3c144c18e5be0ed
Related-Bug: #1851500
Related-Bug: #1660366
diff --git a/.zuul.yaml b/.zuul.yaml
index 1b82909..0d22083 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1001,6 +1001,10 @@
- sfc
devstack_localrc:
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
+ # TODO(bcafarel): tests still fail from time to time in parallel
+ # https://bugs.launchpad.net/neutron/+bug/1851500
+ # https://bugs.launchpad.net/networking-sfc/+bug/1660366
+ tempest_concurrency: 1
- job:
name: neutron-tempest-plugin-sfc-train