Virtual PODs are slow and often cause issues with the SEBA on arm
deployments, raising misleading errors in our testing.
Since now we have a baremetal POD that will cover SEBA testing,
exclude the flaky virtual installations for SEBA.
Change-Id: I147bdd13d5d213837fefb25e8d299bb91e60ebf5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
block: true
- project:
!j2: |
+ {%- if deploy_type not in ['virtual'] -%}
{%- for uc in usecase -%}
iec-{{ iecType }}-install-{{ uc }}-{{ installer }}-{{ deploy_type }}-{{ os }}-daily-{{ stream }}
{%- if not loop.last -%},{%- endif -%}
{%- endfor %}
+ {%- endif -%}
current-parameters: true
same-node: true
block: true
- installer: fuel
deploy_type: baremetal
os: ubuntu1604
+ # SEBA on virtual PODs should be excluded
+ - deploy_type: virtual
+ usecase: seba_on_arm
# -------------------------------
# USECASE DEFINITIONS