There was an error while loading. Please reload this page.
1 parent e0cde5f commit 960bba6Copy full SHA for 960bba6
2 files changed
.github/workflows/pr.yaml
@@ -302,7 +302,7 @@ jobs:
302
with:
303
build_type: pull-request
304
script: "ci/test_cpp_memcheck.sh"
305
- node_type: "gpu-l4-latest-1"
+ node_type: "gpu-rtxpro6000-latest-1"
306
conda-python-build:
307
needs: [build-details, conda-cpp-build]
308
permissions:
.github/workflows/test.yaml
@@ -79,7 +79,7 @@ jobs:
79
branch: ${{ inputs.branch }}
80
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
81
date: ${{ inputs.date }}
82
83
script: ci/test_cpp_memcheck.sh
84
sha: ${{ inputs.sha }}
85
conda-python-tests:
0 commit comments