From cc0ab58e07706edfc853298a9fc32701f3deb4e3 Mon Sep 17 00:00:00 2001
From: kareem zarka <kareem.zarka@huawei.com>
Date: Thu, 3 Aug 2023 14:10:01 +0200
Subject: [PATCH] gitlab-ci: running ActsFeatureAbilityTest by itself

instead of running all the tests suits to eventually run acts-terminate-ability-0200
now we are running acts-terminate-ability-0200 by itself to speed up the process.

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..bc93e67 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 ;
   artifacts:
     when: always
     paths:
-- 
GitLab