Skip to content

Commit

Permalink
#2286: Replace old gcc-8 address sanitizer CI with gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Sep 30, 2024
1 parent d8b9cd9 commit 56855f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (gcc-8, ubuntu, mpich, address sanitizer)
name: PR tests (gcc-13, ubuntu, mpich, address sanitizer)

trigger:
branches:
Expand All @@ -25,10 +25,10 @@ variables:
tag: '$(Build.BuildId)'
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 22.04
COMPILER_TYPE: gnu
COMPILER: gcc-8
HOST_COMPILER: gcc-8
COMPILER: gcc-13
HOST_COMPILER: gcc-13
BUILD_TYPE: release
ULIMIT_CORE: 0
VT_CODE_COVERAGE: 0
Expand Down Expand Up @@ -61,7 +61,7 @@ variables:
VT_CI_TEST_LB_SCHEMA: 0
RUN_FULL_CI: true
CACHE: "$(Agent.TempDirectory)/cache/"
cache_name: ubuntu-gcc-8-cache
cache_name: ubuntu-gcc-13-cache
volume_name: ubuntu-cpp
build_root: "$(CACHE)$(ARCH)-ubuntu-$(UBUNTU)-$(HOST_COMPILER)-$(COMPILER)-cache/"
TS: 0
Expand Down
10 changes: 5 additions & 5 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ vt_pool = 0
vt_tests_num_nodes = 4
vt_external_fmt = 1

[PR-tests-gcc-8]
test_configuration = "gcc-8, ubuntu, mpich, address sanitizer"
[PR-tests-gcc-13]
test_configuration = "gcc-13, ubuntu, mpich, address sanitizer"
compiler_type = gnu
compiler = gcc-8
distro = 18.04
compiler = gcc-13
distro = 22.04
vt_trace = 1
vt_pool = 0
vt_asan = 1
vt_unity_build = 0
output_name = ci/azure/azure-gcc-8-ubuntu-mpich.yml
output_name = ci/azure/azure-gcc-13-ubuntu-mpich.yml
lsan_options = suppressions=/vt/tests/lsan.supp

[PR-tests-gcc-9]
Expand Down

0 comments on commit 56855f0

Please sign in to comment.