File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jacocoTestReport {
127
127
}
128
128
}
129
129
130
- String version = ' 6.5.0 '
130
+ String version = ' 6.5.1 '
131
131
132
132
task updateVersion {
133
133
doLast {
Original file line number Diff line number Diff line change 7
7
* compatible open source license.
8
8
*/
9
9
10
+ /* * Library to detect Gradle Check flaky tests and create GitHub issue in OpenSearch repository.
11
+ @param Map args = [:] args A map of the following parameters
12
+ @param args.issueLabels <required> - GitHub labels that will be added to the issue created in OpenSearch repository.
13
+ */
14
+
10
15
import gradlecheck.FetchPostMergeFailedTestClass
11
16
import gradlecheck.FetchPostMergeTestGitReference
12
17
import gradlecheck.FetchPostMergeFailedTestName
@@ -49,7 +54,7 @@ void call(Map args = [:]) {
49
54
repoUrl : " https://github.com/opensearch-project/OpenSearch" ,
50
55
issueTitle : " [AUTOCUT] Gradle Check Flaky Test Report for ${ failedTest} " ,
51
56
issueBodyFile : " ${ failedTest} .md" ,
52
- label : ' autocut,>test-failure ' ,
57
+ label : args . issueLabels ,
53
58
issueEdit : true
54
59
)
55
60
}
You can’t perform that action at this time.
0 commit comments