From ac79d8338178b5f301f9bfe1ab1c68762f6a960d Mon Sep 17 00:00:00 2001 From: Arkadiusz Szczepkowicz Date: Mon, 30 Sep 2024 16:08:33 +0200 Subject: [PATCH] #2286: Replace old gcc-8 address sanitizer CI with gcc-13 --- ...-ubuntu-mpich.yml => azure-gcc-13-ubuntu-mpich.yml} | 10 +++++----- scripts/workflows-azure.ini | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) rename ci/azure/{azure-gcc-8-ubuntu-mpich.yml => azure-gcc-13-ubuntu-mpich.yml} (98%) diff --git a/ci/azure/azure-gcc-8-ubuntu-mpich.yml b/ci/azure/azure-gcc-13-ubuntu-mpich.yml similarity index 98% rename from ci/azure/azure-gcc-8-ubuntu-mpich.yml rename to ci/azure/azure-gcc-13-ubuntu-mpich.yml index 0780609881..baef447607 100644 --- a/ci/azure/azure-gcc-8-ubuntu-mpich.yml +++ b/ci/azure/azure-gcc-13-ubuntu-mpich.yml @@ -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: @@ -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 @@ -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 diff --git a/scripts/workflows-azure.ini b/scripts/workflows-azure.ini index 7905116fb5..900c1ae330 100644 --- a/scripts/workflows-azure.ini +++ b/scripts/workflows-azure.ini @@ -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]