chore: Update self-hosted arm runner to ubuntu-24.04-arm#268
Conversation
raulcd
left a comment
There was a problem hiding this comment.
Thanks for the PR!
I would remove the if check for the GitHub repository owner and run on arm as we do for amd64. I mean removing:
if [ "$GITHUB_REPOSITORY_OWNER" = "apache" ]; then
echo "," >> "$GITHUB_OUTPUT"
cat <<JSON >> "$GITHUB_OUTPUT"
and reorganize the code to a single JSON write.
|
Could you remove the |
|
If you want an example from what @kou suggests you can see this diff on the main apache/arrow repo where the |
Done. Let's trigger the runner for testing. |
Signed-off-by: Saurabh Kumar Singh <[email protected]>
|
@singh1203 @kou @raulcd It looks like the ARM jobs are still failing unable to find a runner :( any ideas? |
After rebase, #266 is good to go, but in #264 couple of runners are failing. |
Fixes: #267
What changes are included in this PR?
Replaced the running platform from
self-hosted armrunner toubuntu-24.04-armAre these changes tested?
Not locally, but can be tested by triggering the runner
Are there any user-facing changes?
No