raulcd commented on code in PR #48415:
URL: https://github.com/apache/arrow/pull/48415#discussion_r2601910839


##########
.github/workflows/cpp_extra.yml:
##########
@@ -85,137 +85,30 @@ jobs:
     with:
       parent-workflow: cpp_extra
 
-  docker:
+  cuda-cpp:
     needs: check-labels
-    name: ${{ matrix.title }}
-    runs-on: ${{ matrix.runs-on }}
     if: >-
       needs.check-labels.outputs.force == 'true' ||
       contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 
'CI: Extra') ||
       contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 
'CI: Extra: C++')
-    timeout-minutes: 75
-    strategy:
-      fail-fast: false
-      matrix:
-        include:
-          - image: alpine-linux-cpp
-            runs-on: ubuntu-latest
-            title: AMD64 Alpine Linux
-          - image: conda-cpp
-            run-options: >-
-              -e ARROW_USE_MESON=ON
-            runs-on: ubuntu-latest
-            title: AMD64 Ubuntu Meson
-          # TODO: We should remove this "continue-on-error: true" once 
GH-47207 is resolved
-          - continue-on-error: true
-            envs:
-              - DEBIAN=13
-            image: debian-cpp
-            run-options: >-
-              -e CMAKE_CXX_STANDARD=23
-            runs-on: ubuntu-latest
-            title: AMD64 Debian C++23
+    name: CUDA 13.0.2 C++ on Ubuntu 24.04
+    runs-on: "runs-on=${{ github.run_id 
}}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"

Review Comment:
   smaller nvidia instances 0.533 USD per Hour 



-- 
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]

Reply via email to