Skip to content

Commit

Permalink
#2075: Update CI azure files
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Feb 3, 2023
1 parent 2128801 commit 1dc7cfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/workflow-azure-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variables:
ARCH: [% arch %]
[% linux_env %]
COMPILER_TYPE: [% compiler_type %]
CUDA: [% cuda %]
COMPILER: [% compiler %]
BUILD_TYPE: [% build_type %]
ULIMIT_CORE: [% ulimit_core %]
Expand Down
8 changes: 4 additions & 4 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ vt_extended_tests = 0
[PR-tests-nvcc-11-0]
test_configuration = "nvidia cuda 11.0, ubuntu, mpich"
compiler_type = nvidia
compiler = nvcc-11
distro = 18.04
cuda = 11.0.3
distro = 20.04
cache_name = ubuntu-nvidia-11-cache
output_name = ci/azure/azure-nvidia-11-ubuntu-mpich.yml
vt_extended_tests = 0
Expand All @@ -77,8 +77,8 @@ vt_tests_num_nodes = 4
[PR-tests-nvcc-11-2]
test_configuration = "nvidia cuda 11.2, ubuntu, mpich"
compiler_type = nvidia
compiler = nvcc-11.2
distro = 18.04
cuda = 11.2.0
distro = 20.04
cache_name = ubuntu-nvidia-11.2-cache
output_name = ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
vt_extended_tests = 0
Expand Down

0 comments on commit 1dc7cfb

Please sign in to comment.