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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Dmitriy Pavlov created IGNITE-11880:
---------------------------------------

             Summary: [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: Dmitriy Pavlov
            Assignee: Dmitriy Pavlov


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
(v7.6.3#76005)