X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-iec-macros.yaml;h=4db8f3aae885105a6a55371cefc7d87e75a6f8d8;hp=7553f9a812d7b0a96d3230b0b908d90b957b8ba5;hb=1450ca866ba191a524abe64015a67e25878b86fd;hpb=c1b6901cf2821ce7c9fe422d33ad33f04dca3dee diff --git a/jjb/akraino-templates/akraino-iec-macros.yaml b/jjb/akraino-templates/akraino-iec-macros.yaml index 7553f9a..4db8f3a 100644 --- a/jjb/akraino-templates/akraino-iec-macros.yaml +++ b/jjb/akraino-templates/akraino-iec-macros.yaml @@ -77,6 +77,7 @@ default: 'root' - string: <<: *k8s_ssh_key + default: '' # IEC usecase(s) parameters - parameter: @@ -86,6 +87,31 @@ name: PON_TYPE default: 'ponsim' +######################## +# publisher macros +######################## +- publisher: + name: 'iec-default-publisher' + publishers: + - email: + recipients: armband@enea.com + - lf-infra-publish + +- publisher: + name: 'iec-install-usecase-publisher' + publishers: + - iec-default-publisher + +- publisher: + name: 'iec-test-usecase-publisher' + publishers: + - iec-default-publisher + - robot: + output-path: 'results' + report-html: '**/report.html' + log-html: '**/log.html' + output-xml: '**/output.xml' + ######################## # trigger macros ########################