@@ -2,9 +2,9 @@ name: L1-tests
2
2
3
3
on :
4
4
push :
5
- branches : [ main, develop, 'sprint/**', 'release/**' ]
5
+ branches : [ main, develop, 'sprint/**', 'release/**', 'topic/RDK*' ]
6
6
pull_request :
7
- branches : [ main, develop, 'sprint/**', 'release/**' ]
7
+ branches : [ main, develop, 'sprint/**', 'release/**', 'topic/RDK*' ]
8
8
9
9
env :
10
10
BUILD_TYPE : Debug
@@ -345,7 +345,7 @@ jobs:
345
345
-DDS_FOUND=ON
346
346
-DHAS_FRONT_PANEL=ON
347
347
-DRDK_SERVICES_L1_TEST=ON
348
- -DPLUGIN_HDCPPROFILE=OFF
348
+ -DPLUGIN_HDCPPROFILE=ON
349
349
-DPLUGIN_HDMICECSOURCE=ON
350
350
-DPLUGIN_HDMICECSINK=ON
351
351
-DUSE_THUNDER_R4=ON
@@ -419,7 +419,7 @@ jobs:
419
419
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON
420
420
-DCMAKE_BUILD_TYPE=Debug
421
421
-DDS_FOUND=ON
422
- -DPLUGIN_HDCPPROFILE=OFF
422
+ -DPLUGIN_HDCPPROFILE=ON
423
423
-DPLUGIN_HDMICECSOURCE=ON
424
424
-DPLUGIN_HDMICECSINK=ON
425
425
-DRDK_SERVICES_L1_TEST=ON
@@ -541,39 +541,39 @@ jobs:
541
541
cp -rf $(pwd)/rdkL1TestResults.json $GITHUB_WORKSPACE/rdkL1TestResultsWithValgrind.json &&
542
542
rm -rf $(pwd)/rdkL1TestResults.json
543
543
544
- # - name: Generate coverage
545
- # if: ${{ matrix.coverage == 'with-coverage' && !env.ACT }}
546
- # run: >
547
- # cp $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/.lcovrc_l1 ~/.lcovrc
548
- # &&
549
- # lcov -c
550
- # -o coverage.info
551
- # -d build/entservices-inputoutput
552
- # &&
553
- # lcov
554
- # -r coverage.info
555
- # '/usr/include/*'
556
- # '*/build/entservices-inputoutput/_deps/*'
557
- # '*/install/usr/include/*'
558
- # '*/Tests/headers/*'
559
- # '*/Tests/mocks/*'
560
- # '*/Tests/L1Tests/tests/*'
561
- # '*/Thunder/*'
562
- # -o filtered_coverage.info
563
- # &&
564
- # genhtml
565
- # -o coverage
566
- # -t "entservices-inputoutput coverage"
567
- # filtered_coverage.info
544
+ - name : Generate coverage
545
+ if : ${{ matrix.coverage == 'with-coverage' && !env.ACT }}
546
+ run : >
547
+ cp $GITHUB_WORKSPACE/entservices-testframework/Tests/L1Tests/.lcovrc_l1 ~/.lcovrc
548
+ &&
549
+ lcov -c
550
+ -o coverage.info
551
+ -d build/entservices-inputoutput
552
+ &&
553
+ lcov
554
+ -r coverage.info
555
+ '/usr/include/*'
556
+ '*/build/entservices-inputoutput/_deps/*'
557
+ '*/install/usr/include/*'
558
+ '*/Tests/headers/*'
559
+ '*/Tests/mocks/*'
560
+ '*/Tests/L1Tests/tests/*'
561
+ '*/Thunder/*'
562
+ -o filtered_coverage.info
563
+ &&
564
+ genhtml
565
+ -o coverage
566
+ -t "entservices-inputoutput coverage"
567
+ filtered_coverage.info
568
568
569
- # - name: Upload artifacts
570
- # if: ${{ !env.ACT }}
571
- # uses: actions/upload-artifact@v4
572
- # with:
573
- # name: artifacts
574
- # path: |
575
- # coverage/
576
- # valgrind_log
577
- # rdkL1TestResultsWithoutValgrind.json
578
- # rdkL1TestResultsWithValgrind.json
579
- # if-no-files-found: warn
569
+ - name : Upload artifacts
570
+ if : ${{ !env.ACT }}
571
+ uses : actions/upload-artifact@v4
572
+ with :
573
+ name : artifacts
574
+ path : |
575
+ coverage/
576
+ valgrind_log
577
+ rdkL1TestResultsWithoutValgrind.json
578
+ rdkL1TestResultsWithValgrind.json
579
+ if-no-files-found : warn
0 commit comments