From c6b1f15da8f03d226697cf377a3b6ab87beec842 Mon Sep 17 00:00:00 2001
From: kareem zarka <kareem.zarka@huawei.com>
Date: Thu, 3 Aug 2023 12:22:16 +0200
Subject: [PATCH] gitlab-ci : edit xdevice to run only ActsFeatureAbilityTest

This is needed to speed up the process without waiting for other tests.

Signed-off-by: kareem zarka <kareem.zarka@huawei.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 020ec5d..ca8e5ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -427,7 +427,7 @@ acts:
         if [[ "$hdc_result" == "Connect OK"* ]] ; then break ; fi ;
       sleep $HDC_CONNECT_DELAY ; let i=i+1 ; done ;
       if [ "$i" -eq $HDC_CONNECT_ATTEMPTS ] ; then exit 1 ; fi
-    - xdevice run acts -l $(echo "$ACTS_TESTS"|tr ' ' ';')
+    - xdevice run acts -l ActsFeatureAbilityTest $(echo "$ACTS_TESTS"|tr ' ' ';')
   artifacts:
     when: always
     paths:
-- 
GitLab