CI: keep day-in-the-life test on the radio path only#411
Draft
Copilot wants to merge 4 commits into
Draft
Conversation
Copilot created this pull request from a session on behalf of
Mikefly123
May 30, 2026 02:38
View session
Copilot
AI
changed the title
Developing Day in the Life test CI target using over the radio test harness
CI: keep day-in-the-life test on the radio path only
May 30, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Title (e.g., Feature: Add user authentication)
Description
The new
day_in_the_lifeintegration test was being picked up by the UART job, which caused the wrong CI lane to execute a radio-only workload. This update narrows the UART job filter so the test runs only in the dedicated radio path.CI routing
day_in_the_lifefromintegration-uartintegration-radioday-in-the-life step unchangedEffect
Related Issues/Tickets
N/A
How Has This Been Tested?
Screenshots / Recordings (if applicable)
N/A
Checklist
Further Notes / Considerations
The follow-up CI run was triggered after the workflow edit. GitHub reported the run as
action_required, with no jobs started, which appears to be external to this workflow change.