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)
1  2 
jjb/akraino-templates/akraino-iec-templates.yaml
jjb/iec/iec.yaml

              block: true
            - project:
                !j2: |
+                 {%- if deploy_type not in ['virtual'] -%}
                  {%- for uc in usecase -%}
 -                iec-{{ iecType }}-install-{{ uc }}-{{ installer }}-{{ deploy_type }}-{{ os }}-daily-{{ stream }}
 +                {%- for ph in phase -%}
 +                iec-{{ iecType }}-{{ ph }}-{{ uc }}-{{ installer }}-{{ deploy_type }}-{{ os }}-daily-{{ stream }}
 +                {%- if not loop.last -%},{%- endif -%}
 +                {%- endfor %}
                  {%- if not loop.last -%},{%- endif -%}
                  {%- endfor %}
+                 {%- endif -%}
              current-parameters: true
              same-node: true
              block: true
Simple merge