Skip to content

Commit 2105715

Browse files
committed
#2260: Enable verbose logs on CI job which runs for draft PRs.
1 parent 0165e84 commit 2105715

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

+2-2
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, verbose)
5+
name: PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage)
66

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

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

+2-2
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-12, ubuntu, mpich)
5+
name: PR tests (gcc-12, ubuntu, mpich, verbose)
66

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

scripts/workflows-azure.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,25 +124,25 @@ vt_lb = 0
124124
vt_tests_num_nodes = 4
125125

126126
[PR-tests-gcc-11]
127-
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage, verbose"
127+
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage"
128128
compiler_type = gnu
129129
compiler = gcc-11
130130
distro = 22.04
131131
vt_trace = 1
132132
vt_trace_rt = 1
133133
vt_unity_build = 0
134134
vt_code_coverage = 1
135-
vt_debug_verbose = 1
136135
docker_target = "[% linux %]-cpp-clean-noinstall"
137136
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml
138137

139138
[PR-tests-gcc-12]
140-
test_configuration = "gcc-12, ubuntu, mpich"
139+
test_configuration = "gcc-12, ubuntu, mpich, verbose"
141140
compiler_type = gnu
142141
compiler = gcc-12
143142
distro = 22.04
144143
output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
145144
pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
145+
vt_debug_verbose = 1
146146

147147
[PR-tests-clang-13-alpine]
148148
test_configuration = "clang-13, alpine, mpich"

0 commit comments

Comments
 (0)