Skip to content

Commit

Permalink
#2260: Enable verbose logs on CI job which runs for draft PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Apr 12, 2024
1 parent b36fab3 commit 0523744
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/azure/azure-gcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

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

trigger:
branches:
Expand Down Expand Up @@ -53,7 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 1
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
4 changes: 2 additions & 2 deletions ci/azure/azure-gcc-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############## Warning this is a generated file---do not modify ###############
###############################################################################

name: PR tests (gcc-12, ubuntu, mpich)
name: PR tests (gcc-12, ubuntu, mpich, verbose)

trigger:
branches:
Expand Down Expand Up @@ -53,7 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
VT_DEBUG_VERBOSE: 1
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
6 changes: 3 additions & 3 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,25 +124,25 @@ vt_lb = 0
vt_tests_num_nodes = 4

[PR-tests-gcc-11]
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage, verbose"
test_configuration = "gcc-11, ubuntu, mpich, trace runtime, coverage"
compiler_type = gnu
compiler = gcc-11
distro = 22.04
vt_trace = 1
vt_trace_rt = 1
vt_unity_build = 0
vt_code_coverage = 1
vt_debug_verbose = 1
docker_target = "[% linux %]-cpp-clean-noinstall"
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml

[PR-tests-gcc-12]
test_configuration = "gcc-12, ubuntu, mpich"
test_configuration = "gcc-12, ubuntu, mpich, verbose"
compiler_type = gnu
compiler = gcc-12
distro = 22.04
output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
vt_debug_verbose = 1

[PR-tests-clang-13-alpine]
test_configuration = "clang-13, alpine, mpich"
Expand Down

0 comments on commit 0523744

Please sign in to comment.