Skip to content

Conversation

@Libzu
Copy link
Contributor

@Libzu Libzu commented Dec 24, 2025

CI: Add Smoke Tests for Raspberry Pi and RDK

This change enables the execution of smoke tests for Raspberry Pi (raspi) and RDK platforms. It integrates these tests into the existing internal_tests GitHub Action workflow. Configuration for these platforms has been updated in the respective JSON files. The on_device_tests_gateway_client.py script has been modified to support these tests.

Bug: 470180018

@Libzu Libzu requested a review from a team as a code owner December 24, 2025 01:44
@Libzu Libzu requested review from andrewsavage1 and removed request for a team December 24, 2025 01:44
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds smoke tests for Raspberry Pi and RDK platforms by updating the GitHub Actions workflow and configuration files. My review focuses on improving the maintainability and robustness of the workflow script and fixing a potential bug in the Python client script.

Key feedback points:

  • The GCS archive path in the workflow is hardcoded, which will cause issues with future builds. It should be parameterized.
  • The use of eval in the workflow script is not ideal. A safer approach using bash arrays is recommended.
  • The Python script has a potential bug where it might send cobalt_path=None when using the new gcs_archive_path option.

@Libzu Libzu requested review from cvinish and isarkis and removed request for andrewsavage1 December 24, 2025 01:46
@isarkis isarkis added the runtest label Jan 9, 2026
@Libzu Libzu added runtest and removed runtest labels Jan 13, 2026
@Libzu Libzu requested a review from isarkis January 13, 2026 22:22
@Libzu Libzu added runtest and removed runtest labels Jan 13, 2026
@Libzu
Copy link
Contributor Author

Libzu commented Jan 13, 2026

@isarkis @cvinish , made changes to use 'device_family' instead of 'workflow' to determine 'gcs_artifact_path'. Please review it

@Libzu Libzu added runtest and removed runtest labels Jan 13, 2026
@SortaCookie SortaCookie force-pushed the main branch 2 times, most recently from 05ca899 to 9bca71e Compare January 14, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants