Skip to content

Commit

Permalink
#2268: Move gcc-13 pipeline definition to be in order
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cz4rs committed Nov 14, 2024
1 parent b0d4f48 commit 6b623be
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6b623be

Please sign in to comment.