feat: add release CI/CD with self-hosted runners, test pipeline, and CODEOWNERS - #6
Merged
Conversation
joryirving
approved these changes
Apr 14, 2026
added 3 commits
April 13, 2026 20:34
self-hosted in array syntax was causing GitHub to interpret it as a runner-group name rather than a label. Self-hosted runners are already matched by their other labels (windowstead, linux, x64). Also fixed macOS runs-on from [windowstead, macos, x64] to [windowstead, macos, arm64] to match actual MacBook Pro ARM64 runner.
The workflow referenced .tools/Godot_v4.2.2-stable_linux.x86_64 but never downloaded it. Added a Download Godot step to linux and windows jobs that fetches the zip from godotengine/godot-builds.
The test workflow also referenced .tools/Godot_v4.2.2-stable_linux.x86_64 without downloading it first.
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
Validation
.github/workflows/release.ymland.github/workflows/test.ymlwith PyYAMLpush.tags: ["tags/*"]pull_request[self-hosted, windowstead, linux, x64]and[self-hosted, windowstead, macos, x64]--fixed-fps 60 --quit-after 300res://tests/test_runner.gdregression testNotes
rceditwarning when Windows resource editing is not configured.