|
1 | 1 | name: L2-tests |
2 | 2 |
|
3 | 3 | on: |
4 | | - push: |
5 | | - branches: [ main, develop, 'sprint/**', 'release/**' ] |
6 | | - pull_request: |
7 | | - branches: [ main, develop, 'sprint/**', 'release/**' ] |
| 4 | + workflow_call: |
| 5 | + secrets: |
| 6 | + RDKCM_RDKE: |
| 7 | + required: true |
8 | 8 |
|
9 | 9 | env: |
10 | 10 | BUILD_TYPE: Debug |
|
36 | 36 | python-version: '3.x' |
37 | 37 | - run: pip install jsonref |
38 | 38 |
|
| 39 | + - name: ACK External Trigger |
| 40 | + run: | |
| 41 | + echo "Message: External Trigger Received for L2 Tests" |
| 42 | +
|
39 | 43 | - name: Set up CMake |
40 | 44 | |
41 | 45 | with: |
|
81 | 85 | - name: Checkout entservices-inputoutput |
82 | 86 | uses: actions/checkout@v3 |
83 | 87 | with: |
| 88 | + repository: rdkcentral/entservices-inputoutput |
84 | 89 | path: entservices-inputoutput |
| 90 | + ref: develop |
85 | 91 |
|
86 | 92 | - name: Checkout entservices-testframework |
87 | 93 | uses: actions/checkout@v3 |
@@ -375,7 +381,7 @@ jobs: |
375 | 381 | -I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/rdk/iarmmgrs-hal |
376 | 382 | -I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices |
377 | 383 | -I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc |
378 | | - -I $GITHUB_WORKSPACE/entservices-deviceanddisplay/helpers |
| 384 | + -I $GITHUB_WORKSPACE/entservices-inputoutput/helpers |
379 | 385 | -I $GITHUB_WORKSPACE/install/usr/include |
380 | 386 | -I $GITHUB_WORKSPACE/install/usr/include/WPEFramework |
381 | 387 | -include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h |
@@ -581,7 +587,7 @@ jobs: |
581 | 587 | if: ${{ !env.ACT }} |
582 | 588 | uses: actions/upload-artifact@v4 |
583 | 589 | with: |
584 | | - name: artifacts |
| 590 | + name: artifacts-L2-inputoutput |
585 | 591 | path: | |
586 | 592 | coverage/ |
587 | 593 | valgrind_log |
|
0 commit comments