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;hp=14b538c8e21e6e5517a53a98143dfdea54e62d7b Merge "iec: exclude seba_on_arm from virtual PODs" --- diff --git a/jjb/akraino-templates/akraino-iec-templates.yaml b/jjb/akraino-templates/akraino-iec-templates.yaml index 72f331c..c60e915 100644 --- a/jjb/akraino-templates/akraino-iec-templates.yaml +++ b/jjb/akraino-templates/akraino-iec-templates.yaml @@ -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 diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 7d01dda..36b7cfb 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -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