Skip to content

Commit

Permalink
#2075: Update CI yaml files for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Feb 21, 2023
1 parent 4ce363a commit fc0a771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ variables:
tag: '$(Build.BuildId)'
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: nvcc-11.2
COMPILER: 11.2.0
BUILD_TYPE: release
ULIMIT_CORE: 0
CODE_COVERAGE: 0
Expand Down
4 changes: 2 additions & 2 deletions ci/azure/azure-nvidia-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ variables:
tag: '$(Build.BuildId)'
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: nvcc-11
COMPILER: 11.0.3
BUILD_TYPE: release
ULIMIT_CORE: 0
CODE_COVERAGE: 0
Expand Down

0 comments on commit fc0a771

Please sign in to comment.