Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quic-mtharu
Copy link
Contributor

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.

@quic-mtharu quic-mtharu force-pushed the fastrpc-lava-integration branch 4 times, most recently from 6c71bb8 to 59ac176 Compare May 14, 2025 15:51
Copy link

github-actions bot commented May 14, 2025

Test Results

 4 files   8 suites   3m 57s ⏱️
31 tests 31 ✅ 0 💤 0 ❌
80 runs  80 ✅ 0 💤 0 ❌

Results for commit 571e900.

♻️ This comment has been updated with latest results.

Copy link

@mwasilew mwasilew left a 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:

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

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.

@quic-mtharu quic-mtharu force-pushed the fastrpc-lava-integration branch from 59ac176 to 653b156 Compare May 15, 2025 11:47
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]>
@quic-mtharu quic-mtharu force-pushed the fastrpc-lava-integration branch from 653b156 to 571e900 Compare May 15, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants