We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f6690 commit ea66308Copy full SHA for ea66308
ops/pipeline/test-cpp-gpu.sh
@@ -11,7 +11,7 @@ suite=$1
11
12
source ops/pipeline/get-docker-registry-details.sh
13
14
-IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:PR-9
+IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:PR-11
15
16
case "${suite}" in
17
gpu)
ops/pipeline/test-python-wheel.sh
@@ -21,7 +21,7 @@ fi
21
22
if [[ "$image_repo" == "xgb-ci.gpu" ]]
23
then
24
- image_tag="PR-9"
+ image_tag="PR-11"
25
else
26
image_tag="main"
27
fi
0 commit comments