Skip to content

Commit ab271a4

Browse files
New label to gradleCheckFlakyTestDetector
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent 31c876f commit ab271a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jacocoTestReport {
127127
}
128128
}
129129

130-
String version = '6.5.0'
130+
String version = '6.5.1'
131131

132132
task updateVersion {
133133
doLast {

vars/gradleCheckFlakyTestChecker.groovy renamed to vars/gradleCheckFlakyTestDetector.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* compatible open source license.
88
*/
99

10+
/** Library to detect Gradle Check flaky tests and create GitHub issue in OpenSearch repository.*/
11+
1012
import gradlecheck.FetchPostMergeFailedTestClass
1113
import gradlecheck.FetchPostMergeTestGitReference
1214
import gradlecheck.FetchPostMergeFailedTestName
@@ -49,7 +51,7 @@ void call(Map args = [:]) {
4951
repoUrl: "https://github.com/opensearch-project/OpenSearch",
5052
issueTitle: "[AUTOCUT] Gradle Check Flaky Test Report for ${failedTest}",
5153
issueBodyFile: "${failedTest}.md",
52-
label: 'autocut,>test-failure',
54+
label: 'autocut,>test-failure,flaky-test',
5355
issueEdit: true
5456
)
5557
}

0 commit comments

Comments
 (0)