From cf9845feaed4c44a3be750c86911fecbf4f15d5b Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:54:55 -0700 Subject: [PATCH] [Backport 6.x] Update the publish gradle check library mapping (#432) Signed-off-by: Prudhvi Godithi Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- build.gradle | 2 +- vars/publishGradleCheckTestResults.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 76710e709..adf37a353 100644 --- a/build.gradle +++ b/build.gradle @@ -121,7 +121,7 @@ jacocoTestReport { } } -String version = '6.4.7' +String version = '6.4.8' task updateVersion { doLast { diff --git a/vars/publishGradleCheckTestResults.groovy b/vars/publishGradleCheckTestResults.groovy index 6158ec596..8130345c8 100644 --- a/vars/publishGradleCheckTestResults.groovy +++ b/vars/publishGradleCheckTestResults.groovy @@ -99,7 +99,7 @@ void indexFailedTestData() { "pull_request_owner": { "type": "keyword" }, "invoke_type": { "type": "keyword" }, "pull_request_title": { "type": "text" }, - "git_reference": { "type": "text" }, + "git_reference": { "type": "keyword" }, "test_class": { "type": "keyword" }, "test_name": { "type": "keyword" }, "test_status": { "type": "keyword" },