Skip to content

Commit c634fd9

Browse files
authored
Remove unused containers (#53)
* Remove unused containers * fix * disable spots
1 parent 515fd4c commit c634fd9

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

.github/runs-on.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ runners:
1212
cpu: 16
1313
family: ["c7i-flex", "c7i", "c7a", "c5", "c5a"]
1414
image: linux-amd64
15+
spot: "false"
1516
linux-arm64-cpu:
1617
cpu: 16
1718
family: ["c6g", "c7g"]
1819
image: ubuntu24-full-arm64
20+
spot: "false"

.github/workflows/containers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
- xgb-ci.gpu_build_r_rockylinux8
5151
- xgb-ci.gpu_build_rockylinux8
5252
- xgb-ci.gpu_build_cuda13_rockylinux8
53-
- xgb-ci.gpu_build_rockylinux8_dev_ver
5453
- xgb-ci.jvm
5554
- xgb-ci.jvm_gpu_build
5655
- xgb-ci.manylinux_2_28_x86_64

containers/ci_container.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
x-rapids_versions:
77
stable: &rapids_version "25.10"
8-
dev: &dev_rapids_version "25.12"
98

109
x-cuda_versions:
1110
cuda: &cuda_version "12.8.0"
@@ -18,13 +17,6 @@ xgb-ci.gpu_build_rockylinux8:
1817
NCCL_VERSION: *nccl_version
1918
RAPIDS_VERSION: *rapids_version
2019

21-
xgb-ci.gpu_build_rockylinux8_dev_ver:
22-
container_def: gpu_build_rockylinux8
23-
build_args:
24-
CUDA_VERSION: *cuda_version
25-
NCCL_VERSION: *nccl_version
26-
RAPIDS_VERSION: *dev_rapids_version
27-
2820
xgb-ci.gpu_build_cuda13_rockylinux8:
2921
container_def: gpu_build_cuda13_rockylinux8
3022
build_args:
@@ -47,14 +39,6 @@ xgb-ci.gpu:
4739
NCCL_VERSION: *nccl_version
4840
RAPIDS_VERSION: *rapids_version
4941

50-
xgb-ci.gpu_dev_ver:
51-
container_def: gpu
52-
build_args:
53-
CUDA_VERSION: *cuda_version
54-
NCCL_VERSION: *nccl_version
55-
RAPIDS_VERSION: *dev_rapids_version
56-
RAPIDSAI_CONDA_CHANNEL: "rapidsai-nightly"
57-
5842
xgb-ci.clang_tidy:
5943
container_def: clang_tidy
6044
build_args:

0 commit comments

Comments
 (0)