From d611cd1985484edf71541f3238c8873fdd5fa7a3 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Mon, 27 May 2024 15:19:25 +0300 Subject: [PATCH] COIN: rename android multi abi test target to more appropriate name The current name starts with "rhel_8.8" which can be confused with a target on RHEL tests. The new name follows the other Android test targets and make it clear that it's a multi-abi test target. Pick-to: 6.8 Change-Id: Ie90978ffe949603b75e9a57ef13e26aaa7e033ba Reviewed-by: Alexey Edelev --- coin/platform_configs/linux_android_tests_multi_abi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/linux_android_tests_multi_abi.yaml b/coin/platform_configs/linux_android_tests_multi_abi.yaml index 95966de6..3477bce5 100644 --- a/coin/platform_configs/linux_android_tests_multi_abi.yaml +++ b/coin/platform_configs/linux_android_tests_multi_abi.yaml @@ -1,7 +1,7 @@ Version: 2 Configurations: - - Id: 'rhel_8.8_android_multi' + Id: 'android-9-multi-abi' Template: 'qtci-linux-RHEL-8.8-x86_64-50' Target os: 'Android_ANY' Target arch: 'multi'