Skip to content

Commit

Permalink
update containers in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Nov 10, 2023
1 parent 25cbd37 commit 4f5e8dc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@
########################
# 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
#
########################

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
Expand Down

0 comments on commit 4f5e8dc

Please sign in to comment.