Skip to content

Commit 6112f3b

Browse files
committed
#2260: Enable one verbose build for each compiler type
1 parent 26f702c commit 6112f3b

18 files changed

+27
-6
lines changed

ci/azure/azure-clang-10-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-clang-11-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-clang-12-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-clang-13-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-clang-14-ubuntu-mpich.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############## Warning this is a generated file---do not modify ###############
33
###############################################################################
44

5-
name: PR tests (clang-14, ubuntu, mpich)
5+
name: PR tests (clang-14, ubuntu, mpich, verbose)
66

77
trigger:
88
branches:
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 1
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-clang-9-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 1
5555
VT_INCLUSION: EXT_LIB
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-clang-alpine-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-gcc-10-ubuntu-openmpi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-gcc-11-ubuntu-mpich.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############## Warning this is a generated file---do not modify ###############
33
###############################################################################
44

5-
name: PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage)
5+
name: PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage, verbose)
66

77
trigger:
88
branches:
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 1
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-gcc-12-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-gcc-8-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-gcc-9-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 1
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-intel-oneapi-icpx-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 0
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

ci/azure/azure-nvidia-12-ubuntu-mpich.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
############## Warning this is a generated file---do not modify ###############
33
###############################################################################
44

5-
name: PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich)
5+
name: PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose)
66

77
trigger:
88
branches:
@@ -53,6 +53,7 @@ variables:
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0
5555
VT_INCLUSION: TPL
56+
VT_DEBUG_VERBOSE: 1
5657
CMAKE_CXX_STANDARD: 17
5758
TEST_LB_SCHEMA: 0
5859
CACHE: "$(Agent.TempDirectory)/cache/"

scripts/workflow-azure-template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ variables:
4141
VT_NO_COLOR: [% vt_no_color %]
4242
VT_BUILD_SHARED_LIBS: [% vt_build_shared_libs %]
4343
VT_INCLUSION: [% vt_inclusion %]
44+
VT_DEBUG_VERBOSE: [% vt_debug_verbose %]
4445
CMAKE_CXX_STANDARD: [% cmake_cxx_standard %]
4546
TEST_LB_SCHEMA: [% test_lb_schema %]
4647
CACHE: "$(Agent.TempDirectory)/cache/"

scripts/workflows-azure.ini

+7-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ vt_no_color = 1
4242
vt_build_shared_libs = 0
4343
vt_inclusion = TPL
4444
cmake_cxx_standard = 17
45+
vt_debug_verbose = 0
4546

4647
[PR-tests-intel-oneAPI]
4748
test_configuration = "intel icpx, ubuntu, mpich"
@@ -62,7 +63,7 @@ output_name = ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
6263
vt_extended_tests = 0
6364

6465
[PR-tests-nvcc-12-2-gcc-9]
65-
test_configuration = "nvidia cuda 12.2.0, gcc-9, ubuntu, mpich"
66+
test_configuration = "nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose"
6667
compiler_type = nvidia
6768
compiler = 12.2.0
6869
host_compiler = gcc-9
@@ -75,6 +76,7 @@ vt_diagnostics = 0
7576
vt_trace = 1
7677
vt_pool = 0
7778
vt_tests_num_nodes = 4
79+
vt_debug_verbose = 1
7880

7981
[PR-tests-nvcc-11-2-gcc-9]
8082
test_configuration = "nvidia cuda 11.2, gcc-9, ubuntu, mpich"
@@ -121,14 +123,15 @@ vt_lb = 0
121123
vt_tests_num_nodes = 4
122124

123125
[PR-tests-gcc-11]
124-
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage"
126+
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage, verbose"
125127
compiler_type = gnu
126128
compiler = gcc-11
127129
distro = 22.04
128130
vt_trace = 1
129131
vt_trace_rt = 1
130132
vt_unity_build = 0
131133
vt_code_coverage = 1
134+
vt_debug_verbose = 1
132135
docker_target = "[% linux %]-cpp-clean-noinstall"
133136
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml
134137

@@ -193,9 +196,10 @@ distro = 22.04
193196
output_name = ci/azure/azure-clang-13-ubuntu-mpich.yml
194197

195198
[PR-tests-clang-14]
196-
test_configuration = "clang-14, ubuntu, mpich"
199+
test_configuration = "clang-14, ubuntu, mpich, verbose"
197200
compiler_type = clang
198201
compiler = clang-14
199202
distro = 22.04
200203
output_name = ci/azure/azure-clang-14-ubuntu-mpich.yml
201204
vt_trace = 1
205+
vt_debug_verbose = 1

0 commit comments

Comments
 (0)