Skip to content

Commit f41b6f4

Browse files
committed
unit test addition
1 parent 39b9eef commit f41b6f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/L1-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
repository: rdkcentral/entservices-testframework
125125
path: entservices-testframework
126-
ref: develop
126+
ref: ds_manager_mocks
127127
token: ${{ secrets.RDKCM_RDKE }}
128128

129129
- name: Checkout entservices-inputoutput
@@ -460,10 +460,10 @@ jobs:
460460
-DDS_FOUND=ON
461461
-DHAS_FRONT_PANEL=ON
462462
-DRDK_SERVICES_L1_TEST=ON
463-
-DPLUGIN_AVINPUT=ON
464-
-DPLUGIN_HDCPPROFILE=ON
463+
-DPLUGIN_AVINPUT=OFF
464+
-DPLUGIN_HDCPPROFILE=OFF
465465
-DPLUGIN_HDMICECSOURCE=ON
466-
-DPLUGIN_HDMICECSINK=ON
466+
-DPLUGIN_HDMICECSINK=OFF
467467
-DUSE_THUNDER_R4=ON
468468
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
469469
&&

.github/workflows/tests-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: main-workflow
44

55
on:
66
push:
7-
branches: [ main, develop, 'sprint/**', 'release/**' ]
7+
branches: [ main, develop, 'sprint/**', 'release/**', feature/RDKEMW-6163-c1 ]
88
pull_request:
99
branches: [ main, develop, 'sprint/**', 'release/**' ]
1010

0 commit comments

Comments
 (0)