You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/10 13:12:07 UTC

[jira] [Updated] (IGNITE-11880) [TC Bot] Configurable notifications by build parameters/suite IDS & names

     [ https://issues.apache.org/jira/browse/IGNITE-11880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-11880:
-------------------------------------
    Fix Version/s: 2.8

> [TC Bot] Configurable notifications by build parameters/suite IDS & names
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-11880
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11880
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Dmitry Pavlov
>            Assignee: Dmitry Pavlov
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Support tagging build by custom rules, not only by build parameters, e.g. suite name
> Support configuring custom notification channels by tags present in suite.
> Special filtering parameters option for Tc configuration now can be used for filtering build and tagging it. 
> {noformat}
> "filteringParameters": [
>         {
>           "name": "env.JAVA_HOME",
>           "selection": [
>             {"value":"%env.JDK_ORA_18%", "label":"JDK8"},
>             {"value":"%env.JDK_ORA_9%", "label":"JDK9"},
>             {"value":"%env.JDK_ORA_10%", "label":"JDK10"},
>             {"value":"%env.JDK_OPEN_11%", "label":"JDK11"}
>           ]
>         }
>       ]
> {noformat}
> Improve this feature by special parameter names, like _suiteName and regexps in value



--
This message was sent by Atlassian Jira
(v8.3.4#803005)