From 6b623be5730713c4dc15caf1375f0cec3e313955 Mon Sep 17 00:00:00 2001 From: Arkadiusz Szczepkowicz Date: Mon, 30 Sep 2024 18:27:07 +0200 Subject: [PATCH] #2268: Move gcc-13 pipeline definition to be in order --- scripts/workflows-azure.ini | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scripts/workflows-azure.ini b/scripts/workflows-azure.ini index 20097247af..6d5a14fe4d 100644 --- a/scripts/workflows-azure.ini +++ b/scripts/workflows-azure.ini @@ -99,18 +99,6 @@ vt_pool = 0 vt_tests_num_nodes = 4 vt_external_fmt = 1 -[PR-tests-gcc-13] -test_configuration = "gcc-13, ubuntu, mpich, address sanitizer" -compiler_type = gnu -compiler = gcc-13 -distro = 24.04 -vt_trace = 1 -vt_pool = 0 -vt_asan = 1 -vt_unity_build = 0 -output_name = ci/azure/azure-gcc-13-ubuntu-mpich.yml -lsan_options = suppressions=/vt/tests/lsan.supp - [PR-tests-gcc-9] test_configuration = "gcc-9, ubuntu, mpich, zoltan, json schema test" compiler_type = gnu @@ -150,6 +138,18 @@ pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n incl vt_debug_verbose = 1 vt_kokkos_enabled = 1 +[PR-tests-gcc-13] +test_configuration = "gcc-13, ubuntu, mpich, address sanitizer" +compiler_type = gnu +compiler = gcc-13 +distro = 24.04 +vt_trace = 1 +vt_pool = 0 +vt_asan = 1 +vt_unity_build = 0 +output_name = ci/azure/azure-gcc-13-ubuntu-mpich.yml +lsan_options = suppressions=/vt/tests/lsan.supp + [PR-tests-clang-13-alpine] test_configuration = "clang-13, alpine, mpich" compiler_type = clang