From cc3de203ddf3827ed3d5f9d61526344d1d54e9ff Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 18 Aug 2026 11:55:46 -0700 Subject: [PATCH] Add UCX version up to 1.21.0 Backfill old UCX versions all the way up to UCX 1.21.0. --- features/src/ucx/devcontainer-feature.json | 4 ++++ matrix.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/features/src/ucx/devcontainer-feature.json b/features/src/ucx/devcontainer-feature.json index 563ab460..9da81714 100644 --- a/features/src/ucx/devcontainer-feature.json +++ b/features/src/ucx/devcontainer-feature.json @@ -8,6 +8,10 @@ "type": "string", "proposals": [ "latest", + "1.21.0", + "1.20.1", + "1.20.0", + "1.19.1", "1.19.0", "1.18.0", "1.17.0", diff --git a/matrix.yml b/matrix.yml index 7f9afd33..18a4b950 100644 --- a/matrix.yml +++ b/matrix.yml @@ -39,7 +39,7 @@ x-nvhpc-env: &nvhpc_env { CC: "nvc", CXX: "nvc++", CUDAHOSTCXX: "nvc++" } x-mambaforge: &conda { name: "mambaforge", miniforge_version: "25.11.0-1" } x-python: &python { name: "ghcr.io/devcontainers/features/python:1.8.0", version: "os-provided", installTools: false, enableShared: true, optimize: true, hide: true } x-python-rapids: &python_rapids { name: "ghcr.io/devcontainers/features/python:1.8.0", version: "3.14", installTools: false, enableShared: true, optimize: true, hide: true } -x-ucx-rapids: &ucx_rapids { name: "ucx", version: "1.19.0" } +x-ucx-rapids: &ucx_rapids { name: "ucx", version: "1.21.0" } x-openmpi: &openmpi { name: "openmpi", version: "5.0.10" } x-cccl-dev: &cccl_dev { name: "cccl-dev", hide: true, doxygenVersion: "1.9.6" }