X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-ta-common-macros.yaml;h=782e6b856f6ccfddc7f13c06c8c15996910af748;hp=d208aea85e835a7f4ab3620dc532ebdd6a13fe34;hb=a50cd8cb04472e00985bb3271fa8dfaddda41d6f;hpb=4522532da9806f1dc87ca7e6682f551cd73e3b3f diff --git a/jjb/akraino-templates/akraino-ta-common-macros.yaml b/jjb/akraino-templates/akraino-ta-common-macros.yaml index d208aea..782e6b8 100644 --- a/jjb/akraino-templates/akraino-ta-common-macros.yaml +++ b/jjb/akraino-templates/akraino-ta-common-macros.yaml @@ -112,11 +112,12 @@ - builder: name: ta-builder-tox builders: - - lf-pip-install: - pip-packages: tox - shell: |2- #!/bin/bash -ex - source /tmp/v/tox/bin/activate + source ~/lf-env.sh + + lf-activate-venv tox + tox --version for f in $(find $GERRIT_PROJECT -name tox.ini); do pushd $(dirname $f) tox @@ -385,8 +386,19 @@ - publisher: name: ta-publisher-job-merge publishers: - - lf-infra-publish + - ta-publisher-ci-build: + arch: '{arch}' - trigger-parameterized-builds: - project: 'ta-ci-build-{arch}' condition: UNSTABLE_OR_BETTER trigger-with-no-params: true + +- publisher: + name: ta-publisher-ci-build + publishers: + - lf-infra-publish + - email: + recipients: !j2: | + {%- if 'arm64' in arch -%} + armband@enea.com + {%- endif -%}