Skip to content

Commit

Permalink
all?
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 16, 2025
1 parent 614cd8c commit 6208a1a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ops/pipeline/build-cpu-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source ops/pipeline/classify-git-branch.sh
source ops/pipeline/get-docker-registry-details.sh

WHEEL_TAG=manylinux_2_28_aarch64
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.aarch64:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.aarch64:PR-6

echo "--- Build CPU code targeting ARM64"
set -x
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
source ops/pipeline/classify-git-branch.sh
source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.cpu:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.cpu:PR-6

echo "--- Build CPU code"
set -x
Expand Down
4 changes: 2 additions & 2 deletions ops/pipeline/build-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ source ops/pipeline/classify-git-branch.sh
source ops/pipeline/get-docker-registry-details.sh

WHEEL_TAG=manylinux_2_28_x86_64
BUILD_IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:main"
MANYLINUX_IMAGE_URI="${DOCKER_REGISTRY_URL}/xgb-ci.${WHEEL_TAG}:main"
BUILD_IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:PR-6"
MANYLINUX_IMAGE_URI="${DOCKER_REGISTRY_URL}/xgb-ci.${WHEEL_TAG}:PR-6"

echo "--- Build with CUDA"

Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-gpu-rpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
source ops/pipeline/classify-git-branch.sh
source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu_build_r_rockylinux8:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu_build_r_rockylinux8:PR-6

echo "--- Build XGBoost R package with CUDA"
set -x
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-jvm-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm_gpu_build:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm_gpu_build:PR-6

echo "--- Build JVM packages doc"
set -x
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-jvm-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
source ops/pipeline/classify-git-branch.sh
source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm_gpu_build:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm_gpu_build:PR-6

echo "--- Build libxgboost4j.so with CUDA"

Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-jvm-manylinux2014.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image_repo="xgb-ci.manylinux2014_${arch}"
source ops/pipeline/classify-git-branch.sh
source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:main"
IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:PR-6"

# Build XGBoost4J binary
echo "--- Build libxgboost4j.so (targeting glibc 2.17)"
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-manylinux2014.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source ops/pipeline/get-docker-registry-details.sh

WHEEL_TAG="manylinux2014_${arch}"
IMAGE_REPO="xgb-ci.${WHEEL_TAG}"
IMAGE_URI="${DOCKER_REGISTRY_URL}/${IMAGE_REPO}:main"
IMAGE_URI="${DOCKER_REGISTRY_URL}/${IMAGE_REPO}:PR-6"
PYTHON_BIN="/opt/python/cp310-cp310/bin/python"

echo "--- Build binary wheel for ${WHEEL_TAG}"
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/build-test-jvm-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ do
fi
done

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm:PR-6

set -x

Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/deploy-jvm-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variant="$1"
image_repo="$2"
scala_version="$3"

IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:main"
IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:PR-6"

set -x

Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/run-clang-tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.clang_tidy:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.clang_tidy:PR-6

echo "--- Run clang-tidy"
set -x
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/test-cpp-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ suite=$1

source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.gpu:PR-6

case "${suite}" in
gpu)
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/test-cpp-i386.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail

source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI="${DOCKER_REGISTRY_URL}/xgb-ci.i386:main"
IMAGE_URI="${DOCKER_REGISTRY_URL}/xgb-ci.i386:PR-6"

set -x
python3 ops/docker_run.py \
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/test-jvm-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ done

source ops/pipeline/get-docker-registry-details.sh

IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm_gpu_build:main
IMAGE_URI=${DOCKER_REGISTRY_URL}/xgb-ci.jvm_gpu_build:PR-6

set -x

Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/test-python-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi

source ops/pipeline/get-docker-registry-details.sh
IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:main"
IMAGE_URI="${DOCKER_REGISTRY_URL}/${image_repo}:PR-6"

set -x
python3 ops/docker_run.py --image-uri "${IMAGE_URI}" ${gpu_option} \
Expand Down

0 comments on commit 6208a1a

Please sign in to comment.