-
Notifications
You must be signed in to change notification settings - Fork 3
[RDKEMW-3513] PR action to run with latest change #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
bc1c495
[RDKEMW-3513] PR action to run with latest change
PriyaPesala c4cbbfa
Modifying L1,L2 .yml
PriyaPesala aa2bd14
Merge branch 'develop' into feature/RDKEMW-3513-yml
PriyaPesala fa36c08
Modifying artifacts job name
PriyaPesala d691aee
Merge branch 'develop' into feature/RDKEMW-3513-yml
PriyaPesala 7bd67c7
Merge branch 'develop' into feature/RDKEMW-3513-yml
PriyaPesala 69559cf
Merge branch 'develop' into feature/RDKEMW-3513-yml
Prathyushakothuru 66f720d
resolving review comments
Prathyushakothuru 580c521
modifying testframework branch name to develop
Prathyushakothuru 65cad63
pointing to develop
Prathyushakothuru 686e757
Merge branch 'develop' into feature/RDKEMW-3513-yml
Prathyushakothuru a7a8412
Update tests-trigger.yml
Prathyushakothuru d548ccf
Merge branch 'develop' into feature/RDKEMW-3513-yml
Prathyushakothuru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: L1-tests | ||
|
||
on: | ||
push: | ||
branches: [ main, develop, 'sprint/**', 'release/**' ] | ||
pull_request: | ||
branches: [ main, develop, 'sprint/**', 'release/**' ] | ||
workflow_call: | ||
secrets: | ||
RDKCM_RDKE: | ||
required: true | ||
|
||
env: | ||
BUILD_TYPE: Debug | ||
|
@@ -66,6 +66,10 @@ jobs: | |
python-version: '3.x' | ||
- run: pip install jsonref | ||
|
||
- name: ACK External Trigger | ||
run: | | ||
echo "Message: External Trigger Received for L1 Tests" | ||
|
||
- name: Set up CMake | ||
uses: jwlawson/[email protected] | ||
with: | ||
|
@@ -119,7 +123,9 @@ jobs: | |
- name: Checkout entservices-inputoutput | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: rdkcentral/entservices-inputoutput | ||
path: entservices-inputoutput | ||
ref: develop | ||
|
||
- name: Checkout googletest | ||
if: steps.cache.outputs.cache-hit != 'true' | ||
|
@@ -667,7 +673,7 @@ jobs: | |
if: ${{ !env.ACT }} | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: artifacts | ||
name: artifacts-L1-inputoutput | ||
path: | | ||
coverage/ | ||
valgrind_log | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: L2-tests | ||
|
||
on: | ||
push: | ||
branches: [ main, develop, 'sprint/**', 'release/**' ] | ||
pull_request: | ||
branches: [ main, develop, 'sprint/**', 'release/**' ] | ||
workflow_call: | ||
secrets: | ||
RDKCM_RDKE: | ||
required: true | ||
|
||
env: | ||
BUILD_TYPE: Debug | ||
|
@@ -36,6 +36,10 @@ jobs: | |
python-version: '3.x' | ||
- run: pip install jsonref | ||
|
||
- name: ACK External Trigger | ||
run: | | ||
echo "Message: External Trigger Received for L2 Tests" | ||
|
||
- name: Set up CMake | ||
uses: jwlawson/[email protected] | ||
with: | ||
|
@@ -81,7 +85,9 @@ jobs: | |
- name: Checkout entservices-inputoutput | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: rdkcentral/entservices-inputoutput | ||
path: entservices-inputoutput | ||
ref: develop | ||
|
||
- name: Checkout entservices-testframework | ||
uses: actions/checkout@v3 | ||
|
@@ -375,7 +381,7 @@ jobs: | |
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/rdk/iarmmgrs-hal | ||
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices | ||
-I $GITHUB_WORKSPACE/entservices-testframework/Tests/headers/systemservices/proc | ||
-I $GITHUB_WORKSPACE/entservices-deviceanddisplay/helpers | ||
-I $GITHUB_WORKSPACE/entservices-inputoutput/helpers | ||
-I $GITHUB_WORKSPACE/install/usr/include | ||
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework | ||
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h | ||
|
@@ -581,7 +587,7 @@ jobs: | |
if: ${{ !env.ACT }} | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: artifacts | ||
name: artifacts-L2-inputoutput | ||
path: | | ||
coverage/ | ||
valgrind_log | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
permissions: | ||
contents: read | ||
name: main-workflow | ||
|
||
on: | ||
push: | ||
branches: [ main, develop, 'sprint/**', 'release/**' ] | ||
pull_request: | ||
branches: [ main, develop, 'sprint/**', 'release/**' ] | ||
|
||
jobs: | ||
trigger-L1: | ||
uses: ./.github/workflows/L1-tests.yml | ||
secrets: | ||
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }} | ||
|
||
trigger-L2: | ||
uses: ./.github/workflows/L2-tests.yml | ||
secrets: | ||
RDKCM_RDKE: ${{ secrets.RDKCM_RDKE }} | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.