Skip to content
Snippets Groups Projects
Commit 16b5cbb9 authored by Kareem Zarka's avatar Kareem Zarka
Browse files

gitlab-ci: running ActsFeatureAbilityTest by itself


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

Signed-off-by: default avatarkareem zarka <kareem.zarka@huawei.com>
parent 0e22a109
No related branches found
No related tags found
No related merge requests found
Pipeline #30092 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment