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)
|