Skip to content

Commit 8b768b5

Browse files
committed
test
1 parent 2453d24 commit 8b768b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/L1-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: L1-tests
22

33
on:
44
push:
5-
branches: [ main, develop, 'sprint/**', 'release/**' ]
5+
branches: [ ]
66
pull_request:
7-
branches: [ main, develop, 'sprint/**', 'release/**' ]
7+
branches: [ ]
88

99
env:
1010
BUILD_TYPE: Debug

.github/workflows/L2-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: L2-tests
22

33
on:
44
push:
5-
branches: [ main, develop, 'sprint/**', 'release/**' ]
5+
branches: [ ]
66
pull_request:
7-
branches: [ main, develop, 'sprint/**', 'release/**' ]
7+
branches: [ ]
88

99
env:
1010
BUILD_TYPE: Debug

cov_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ cmake -G Ninja -S entservices-inputoutput -B build/entservices-inputoutput \
225225
-DRDK_SERVICES_COVERITY=ON \
226226
-DRDK_SERVICES_L1_TEST=ON \
227227
-DDS_FOUND=ON \
228-
-DPLUGIN_HDMICECSINK=ON \
228+
-DPLUGIN_AVINPUT=ON \
229229

230230

231231
cmake --build build/entservices-inputoutput --target install

0 commit comments

Comments
 (0)