rok commented on code in PR #48583:
URL: https://github.com/apache/arrow/pull/48583#discussion_r2641105943
##########
.github/workflows/cpp_extra.yml:
##########
@@ -165,6 +165,79 @@ jobs:
continue-on-error: true
run: archery docker push ${{ matrix.image }}
+ cuda:
+ needs: check-labels
+ name: ${{ matrix.title }}
+ runs-on: "runs-on=${{ github.run_id
}}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
Review Comment:
```suggestion
runs-on: "runs-on=${{ github.run_id
}}/family=g4dn.xlarge/image=ubuntu24-gpu-x64/spot=capacity-optimized"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]