From 4f5e8dcddbbdeeb30583a690322d072467507c16 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Fri, 10 Nov 2023 15:44:08 -0800 Subject: [PATCH] update containers in ci --- azure-pipelines.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0789e69a..83d13561e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,10 @@ ######################## # Container Notes: ######################## +# 2023/11/10: +# - Base container names changed from alpinedav/ascent-ci to alpinedav/ascent-devel +# - Dropped Ubuntu 18.04 Cuda 11.4.0, migrated tests to Ubuntu 20.04 11.4.3 +# # 2023/04/16: # - Dropped Ubuntu 18.04, migrated tests to Ubuntu 20.04 # - build_ascent.sh {TPLS + Ascent} x {Standard, CUDA, and HIP} are tested via Github Actions @@ -18,11 +22,11 @@ ######################## variables: - ubuntu_20_04_tag: alpinedav/ascent-devel:ubuntu-20.04-devel-tpls_2023-06-20-sha0bad60 - ubuntu_22_04_tag: alpinedav/ascent-devel:ubuntu-22.04-devel-tpls_2023-06-20-sha0bad60 - ubuntu_20_04_cuda_11_4_3_tag: alpinedav/ascent-devel:ubuntu-20.04-cuda-11.4.3-devel-tpls_2023-06-20-sha0bad60 - ubuntu_20_04_cuda_12_1_1_tag: alpinedav/ascent-devel:ubuntu-20.04-cuda-12.1.1-devel-tpls_2023-06-20-sha0bad60 - ubuntu_20_04_rocm_5_1_3_tag: alpinedav/ascent-devel:ubuntu-20.04-rocm-5.1.3-devel-tpls_2023-06-20-sha0bad60 + ubuntu_20_04_tag: alpinedav/ascent-devel:ubuntu-20.04-x86_64-tpls_2023-11-10-shacd1600 + ubuntu_22_04_tag: alpinedav/ascent-devel:ubuntu-22.04-x86_64-tpls_2023-11-10-sha104429 + ubuntu_20_04_cuda_11_4_3_tag: alpinedav/ascent-devel:ubuntu-20.04-cuda-11.4.3-x86_64-tpls_2023-11-10-shacd1600s + ubuntu_20_04_cuda_12_1_1_tag: alpinedav/ascent-devel:ubuntu-20.04-cuda-12.1.1-x86_64-tpls_2023-11-10-sha104429 + ubuntu_20_04_rocm_5_1_3_tag: alpinedav/ascent-devel:ubuntu-20.04-rocm-5.1.3-x86_64-tpls_2023-11-10-shacd1600 # only build merge target pr to develop