Alter runner arm#369
Merged
Merged
Conversation
Replace amd64/ubuntu self-hosted runners with arm64-mo-shanghai-4c8g for light jobs and arm64-mo-shanghai-8c16g for heavy compile/test work. Keep TKE distributed regression and Docker-dependent compose jobs on amd64. Co-authored-by: Cursor <cursoragent@cursor.com>
setup-cmake previously always fetched Linux-x86_64 CMake, which breaks make build/thirdparties on arm64-mo-shanghai runners. Co-authored-by: Cursor <cursoragent@cursor.com>
Avoid pinning setup-cmake to @main so ARM runner fixes ship with the same CI ref used by setup-env. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Composite actions cannot reference sibling actions via relative paths. Co-authored-by: Cursor <cursoragent@cursor.com>
Kitware does not publish Linux-aarch64 binaries for CMake 3.17.2, which caused 404 errors on arm64 runners. Co-authored-by: Cursor <cursoragent@cursor.com>
Full make build exceeds 4c8g runner memory during go link. SCA only needs cgo/thirdparties for lint tools, not the mo-service binary. Co-authored-by: Cursor <cursoragent@cursor.com>
Race detection build is too slow on arm64 8c16g runners; revert merge-trigger standalone race job to the original amd64 runner. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep ARM migration for other jobs; UT stays on GitHub hosted x86 until ARM UT failures are resolved. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep Optimistic/PUSH and Pessimistic compose BVT on GitHub hosted x86 instead of amd64 self-hosted runner. Co-authored-by: Cursor <cursoragent@cursor.com>
setup-cmake@main downloads Linux-x86_64 cmake on arm64 runners, breaking thirdparties builds. Wire setup-env to the branch that has aarch64 support. Co-authored-by: Cursor <cursoragent@cursor.com>
Use @main for setup-cmake now that ARM support ships with the branch merge. Co-authored-by: Cursor <cursoragent@cursor.com>
aptend
approved these changes
Jun 24, 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.
ci 中的部分测试迁移到上海机房arm64机器,ci-test 测试通过

https://github.com/matrixorigin/ci-test/actions/runs/28074249447