Skip to content

Commit 960bba6

Browse files
committed
CI: migrate custom jobs to RTX PRO 6000
1 parent e0cde5f commit 960bba6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
with:
303303
build_type: pull-request
304304
script: "ci/test_cpp_memcheck.sh"
305-
node_type: "gpu-l4-latest-1"
305+
node_type: "gpu-rtxpro6000-latest-1"
306306
conda-python-build:
307307
needs: [build-details, conda-cpp-build]
308308
permissions:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
branch: ${{ inputs.branch }}
8080
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
8181
date: ${{ inputs.date }}
82-
node_type: "gpu-l4-latest-1"
82+
node_type: "gpu-rtxpro6000-latest-1"
8383
script: ci/test_cpp_memcheck.sh
8484
sha: ${{ inputs.sha }}
8585
conda-python-tests:

0 commit comments

Comments
 (0)