Switch CI to GitHub-hosted runners, exclude live PLC tests - #25
Closed
Sandoun wants to merge 1 commit into
Closed
Conversation
Self-hosted runners are no longer available; both the test and publish pipelines now run on ubuntu-latest. No step relied on ARM64-specific behavior, so this is a drop-in swap. Also explicitly filter out TestLivePLC in the test pipeline since live PLC hardware access is no longer available (those tests were already Skip-attributed in source, this makes the exclusion explicit at the CI level too). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Author
|
Closing — recreating with correct commit author. |
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.
Summary
test-pipeline.ymlandpublish-pipeline.ymlfrom self-hosted runners (self-hosted/[self-hosted, linux, ARM64]) to GitHub-hostedubuntu-latestrunners, since self-hosted runners are no longer available.TestLivePLCfrom thedotnet testrun via--filter "FullyQualifiedName!~TestLivePLC", since live PLC hardware access is no longer available. Those tests were alreadySkip-attributed in source ("Disabled for now"), so behavior doesn't change — this just makes the exclusion explicit and pipeline-level as well.Notes for reviewer
badges/*_auto_docsbranches, NuGet publish, GitHub release) is unaffected — those only needGITHUB_TOKEN/NUGET_TOKEN, which hosted runners already have via secrets.Test plan
test-pipeline.yml(push or workflow_dispatch) and confirm it runs on a GitHub-hosted runner and passes, withTestLivePLCtests skipped/excluded.publish-pipeline.ymlvia workflow_dispatch and confirm build/pack/publish still succeeds onubuntu-latest.🤖 Generated with Claude Code