-
Notifications
You must be signed in to change notification settings - Fork 33
Add GitHub Actions workflow for FastRPC LAVA test automation #173
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
base: main
Are you sure you want to change the base?
Conversation
6c71bb8
to
59ac176
Compare
Test Results 4 files 8 suites 3m 57s ⏱️ Results for commit 571e900. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused about the goal of this change. All it does is repeating the boot test from meta-qcom. It doesn't exercise any fastrpc code as far as I can tell.
push: | ||
branches: | ||
- main | ||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think submitting tests from pull request will work. Secrets are only available in the context of this repository and are not available in the forks.
- main | ||
|
||
env: | ||
BASE_ARTIFACT_URL: https://quic-yocto-fileserver-1029608027416.us-central1.run.app/qualcomm-linux/meta-qcom-15010641606-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will disappear in 30 days. I can make a copy and you can reference it from your jobs.
59ac176
to
653b156
Compare
This commit introduces a GitHub Actions workflow named "Fastrpc lava Tests" to automate the testing of FastRPC builds using LAVA infrastructure. The workflow performs the following: - Clones the `fastrpc` and `meta-qcom` repositories. - Dynamically generates a matrix of LAVA job files. - Submits each job to the LAVA server using the `foundriesio/lava-action`. - Publishes test results and job details as GitHub artifacts and summaries. This setup enables continuous integration and validation of FastRPC code on supported Qualcomm platforms. Signed-off-by: Tharun Kumar Merugu <[email protected]>
653b156
to
571e900
Compare
This commit introduces a GitHub Actions workflow named "Fastrpc lava Tests" to automate the testing of FastRPC builds using LAVA infrastructure. The workflow performs the following:
fastrpc
andmeta-qcom
repositories.foundriesio/lava-action
.This setup enables continuous integration and validation of FastRPC code on supported Qualcomm platforms.