From: Eric Ball Date: Wed, 15 Apr 2020 01:46:39 +0000 (+0000) Subject: Merge "iec: exclude seba_on_arm from virtual PODs" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=c1b6901cf2821ce7c9fe422d33ad33f04dca3dee Merge "iec: exclude seba_on_arm from virtual PODs" --- c1b6901cf2821ce7c9fe422d33ad33f04dca3dee diff --cc jjb/akraino-templates/akraino-iec-templates.yaml index 72f331c,9fba10c..c60e915 --- a/jjb/akraino-templates/akraino-iec-templates.yaml +++ b/jjb/akraino-templates/akraino-iec-templates.yaml @@@ -61,13 -61,12 +61,15 @@@ 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