Add GitHub Actions workflow for testing JLinkRemoteServer with STM32F…#8
Merged
Add GitHub Actions workflow for testing JLinkRemoteServer with STM32F…#8
Conversation
…103RE devices - Create a new workflow file `test-flash.yml` to automate testing of JLinkRemoteServer. - Define jobs to clean up previous instances, install dependencies, and detect connected devices. - Build Docker image for JLinkRemoteServer and set up containers for three STM32F103RE devices. - Implement tests to flash devices individually and in parallel, verifying success for each operation. - Include cleanup steps to remove Docker containers and networks after tests.
…parallel device flashing
…flashing compatibility; minor formatting update in test-scan.yml
…ple programmer serial numbers
…dresses and sequential flashing for serials
- Add parallel flashing for multiple IP addresses (ProcessPoolExecutor) - Add sequential flashing for multiple USB serials (avoid driver conflicts) - Support multiple values in --ip and --serial parameters - Add test-flash.yml CI workflow with comprehensive flashing tests - Unified device output format for single/multiple devices - Add 500ms delay after flash for proper device release
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.
No description provided.