From 8ac84225ab731d38ddc4a9f8f06ce6fdbe51c5ff Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Sun, 23 Jun 2024 15:32:00 +0200 Subject: [PATCH] Rollback versions for CUDA tests --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c5e86b15a..e890ab8b3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,9 +7,9 @@ queue: "juliagpu" cuda: "*" env: - OPENMPI_VER: "5.0" - OPENMPI_VER_FULL: "5.0.3" - UCX_VER: "1.17.0" + OPENMPI_VER: "4.1" + OPENMPI_VER_FULL: "4.1.4" + UCX_VER: "1.12.1" CCACHE_DIR: "/root/ccache" commands: | echo "--- Install packages"