@@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
repository : rdkcentral/entservices-testframework
115
115
path : entservices-testframework
116
- ref : develop
116
+ ref : feature/RDK-patch_cleanup_1
117
117
token : ${{ secrets.RDKCM_RDKE }}
118
118
119
119
- name : Checkout entservices-inputoutput
@@ -124,7 +124,7 @@ jobs:
124
124
- name : Apply patches ThunderTools
125
125
run : |
126
126
cd $GITHUB_WORKSPACE/ThunderTools
127
- patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/ patches/00010-R4.4-Add-support-for-project-dir.patch
127
+ patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/00010-R4.4-Add-support-for-project-dir.patch
128
128
cd -
129
129
130
130
- name : Build ThunderTools
@@ -145,10 +145,10 @@ jobs:
145
145
- name : Apply patches Thunder
146
146
run : |
147
147
cd $GITHUB_WORKSPACE/Thunder
148
- patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L2Tests/ patches/Use_Legact_Alt_Based_On_ThunderTools_R4.4.3.patch
149
- patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L2Tests/ patches/error_code_R4_4.patch
150
- patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/ patches/1004-Add-support-for-project-dir.patch
151
- patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/ patches/RDKEMW-733-Add-ENTOS-IDS.patch
148
+ patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/Use_Legact_Alt_Based_On_ThunderTools_R4.4.3.patch
149
+ patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/error_code_R4_4.patch
150
+ patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/1004-Add-support-for-project-dir.patch
151
+ patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/RDKEMW-733-Add-ENTOS-IDS.patch
152
152
cd -
153
153
154
154
- name : Build Thunder
0 commit comments