iec: exclude seba_on_arm from virtual PODs 51/3351/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Fri, 10 Apr 2020 12:47:06 +0000 (14:47 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 14 Apr 2020 10:23:24 +0000 (10:23 +0000)
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>
jjb/akraino-templates/akraino-iec-templates.yaml
jjb/iec/iec.yaml

index df14cbe..9fba10c 100644 (file)
             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
index d7a5e1e..de21f84 100644 (file)
@@ -66,6 +66,9 @@
       - installer: fuel
         deploy_type: baremetal
         os: ubuntu1604
+      # SEBA on virtual PODs should be excluded
+      - deploy_type: virtual
+        usecase: seba_on_arm
 
     # -------------------------------
     # USECASE DEFINITIONS