Skip to content

Commit 0749d56

Browse files
modifying the path name of the patch files for all the yml's
1 parent ef949f3 commit 0749d56

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/L1-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
repository: rdkcentral/entservices-testframework
115115
path: entservices-testframework
116-
ref: develop
116+
ref: feature/RDK-patch_cleanup_1
117117
token: ${{ secrets.RDKCM_RDKE }}
118118

119119
- name: Checkout entservices-inputoutput
@@ -124,7 +124,7 @@ jobs:
124124
- name: Apply patches ThunderTools
125125
run: |
126126
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
128128
cd -
129129
130130
- name: Build ThunderTools
@@ -145,10 +145,10 @@ jobs:
145145
- name: Apply patches Thunder
146146
run: |
147147
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
152152
cd -
153153
154154
- name: Build Thunder

.github/workflows/L2-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ jobs:
8686
with:
8787
repository: rdkcentral/entservices-testframework
8888
path: entservices-testframework
89-
ref: develop
89+
ref: feature/RDK-patch_cleanup_1
9090
token: ${{ secrets.RDKCM_RDKE }}
9191

9292
- name: Apply patches ThunderTools
9393
run: |
9494
cd $GITHUB_WORKSPACE/ThunderTools
95-
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/patches/00010-R4.4-Add-support-for-project-dir.patch
95+
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/00010-R4.4-Add-support-for-project-dir.patch
9696
cd -
9797
9898
- name: Build ThunderTools
@@ -112,10 +112,10 @@ jobs:
112112
- name: Apply patches Thunder
113113
run: |
114114
cd $GITHUB_WORKSPACE/Thunder
115-
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L2Tests/patches/Use_Legact_Alt_Based_On_ThunderTools_R4.4.3.patch
116-
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L2Tests/patches/error_code_R4_4.patch
117-
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/patches/1004-Add-support-for-project-dir.patch
118-
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/patches/RDKEMW-733-Add-ENTOS-IDS.patch
115+
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/Use_Legact_Alt_Based_On_ThunderTools_R4.4.3.patch
116+
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/error_code_R4_4.patch
117+
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/1004-Add-support-for-project-dir.patch
118+
patch -p1 < $GITHUB_WORKSPACE/entservices-testframework/patches/RDKEMW-733-Add-ENTOS-IDS.patch
119119
cd -
120120
- name: Build Thunder
121121
run: >

0 commit comments

Comments
 (0)