Merge "iec: exclude seba_on_arm from virtual PODs"
authorEric Ball <eball@linuxfoundation.org>
Wed, 15 Apr 2020 01:46:39 +0000 (01:46 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 15 Apr 2020 01:46:39 +0000 (01:46 +0000)
jjb/akraino-templates/akraino-iec-templates.yaml
jjb/iec/iec.yaml

index 72f331c..c60e915 100644 (file)
@@ -61,6 +61,7 @@
             block: true
           - project:
               !j2: |
+                {%- if deploy_type not in ['virtual'] -%}
                 {%- for uc in usecase -%}
                 {%- for ph in phase -%}
                 iec-{{ iecType }}-{{ ph }}-{{ uc }}-{{ installer }}-{{ deploy_type }}-{{ os }}-daily-{{ stream }}
@@ -68,6 +69,7 @@
                 {%- endfor %}
                 {%- if not loop.last -%},{%- endif -%}
                 {%- endfor %}
+                {%- endif -%}
             current-parameters: true
             same-node: true
             block: true
index 7d01dda..36b7cfb 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