Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2260: Enable one verbose build for each compiler type #2263

Merged
merged 13 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/azure/azure-clang-10-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-clang-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-clang-13-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
3 changes: 2 additions & 1 deletion ci/azure/azure-clang-14-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 (clang-14, ubuntu, mpich)
name: PR tests (clang-14, ubuntu, mpich, verbose)

trigger:
branches:
Expand Down Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 1
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-clang-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 1
VT_INCLUSION: EXT_LIB
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-clang-alpine-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-gcc-10-ubuntu-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-gcc-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
3 changes: 2 additions & 1 deletion 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,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 1
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-gcc-8-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-gcc-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 1
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
3 changes: 2 additions & 1 deletion ci/azure/azure-intel-oneapi-icpx-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 (intel icpx, ubuntu, mpich)
name: PR tests (intel icpx, ubuntu, mpich, verbose)

trigger:
branches:
Expand Down Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 1
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
1 change: 1 addition & 0 deletions ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 0
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
3 changes: 2 additions & 1 deletion ci/azure/azure-nvidia-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 (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich)
name: PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose)

trigger:
branches:
Expand Down Expand Up @@ -53,6 +53,7 @@ variables:
VT_NO_COLOR: 1
VT_BUILD_SHARED_LIBS: 0
VT_INCLUSION: TPL
VT_DEBUG_VERBOSE: 1
CMAKE_CXX_STANDARD: 17
TEST_LB_SCHEMA: 0
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-DCMAKE_PREFIX_PATH="${CMAKE_PREFIX_PATH:-}" \
-DCMAKE_INSTALL_PREFIX="$VT_BUILD/install" \
-Dvt_ci_build="${VT_CI_BUILD:-0}" \
-Dvt_debug_verbose="${VT_DEBUG_VERBOSE:-}" \
-Dvt_debug_verbose="${VT_DEBUG_VERBOSE:-0}" \
-Dvt_tests_num_nodes="${VT_TESTS_NUM_NODES:-}" \
-Dvt_no_color_enabled="${VT_NO_COLOR_ENABLED:-0}" \
-DCMAKE_CXX_STANDARD="${CMAKE_CXX_STANDARD:-17}" \
Expand Down
6 changes: 5 additions & 1 deletion ci/docker/alpine-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ ARG CMAKE_BUILD_TYPE
ARG VT_NO_COLOR_ENABLED
ARG BUILD_SHARED_LIBS
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_TRACE_ENABLED=${VT_TRACE_ENABLED} \
Expand All @@ -83,7 +85,9 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_NO_COLOR_ENABLED=${VT_NO_COLOR_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build

Expand Down
8 changes: 7 additions & 1 deletion ci/docker/develop.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ ARG VT_ASAN_ENABLED
ARG VT_UBSAN_ENABLED
ARG VT_WERROR_ENABLED
ARG VT_POOL_ENABLED
ARG VT_PRODUCTION_BUILD_ENABLED
ARG VT_ZOLTAN_ENABLED
ARG CMAKE_BUILD_TYPE
ARG VT_EXTENDED_TESTS_ENABLED
ARG VT_FCONTEXT_ENABLED
ARG VT_NO_COLOR_ENABLED
ARG BUILD_SHARED_LIBS
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_TRACE_ENABLED=${VT_TRACE_ENABLED} \
Expand All @@ -57,6 +60,7 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_UBSAN_ENABLED=${VT_UBSAN_ENABLED} \
VT_WERROR_ENABLED=${VT_WERROR_ENABLED} \
VT_POOL_ENABLED=${VT_POOL_ENABLED} \
VT_PRODUCTION_BUILD_ENABLED=${VT_PRODUCTION_BUILD_ENABLED} \
VT_MPI_GUARD_ENABLED=${VT_MPI_GUARD_ENABLED} \
VT_ZOLTAN_ENABLED=${VT_ZOLTAN_ENABLED} \
VT_EXTENDED_TESTS_ENABLED=${VT_EXTENDED_TESTS_ENABLED} \
Expand All @@ -67,7 +71,9 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_NO_COLOR_ENABLED=${VT_NO_COLOR_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build
RUN /vt/ci/test_cpp.sh /vt /build
Expand Down
6 changes: 5 additions & 1 deletion ci/docker/ubuntu-20.04-gnu-openmpi-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ ARG VT_EXTENDED_TESTS_ENABLED
ARG VT_NO_COLOR_ENABLED
ARG BUILD_SHARED_LIBS
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_TRACE_ENABLED=${VT_TRACE_ENABLED} \
Expand All @@ -117,7 +119,9 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_NO_COLOR_ENABLED=${VT_NO_COLOR_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build

Expand Down
6 changes: 5 additions & 1 deletion ci/docker/ubuntu-clang-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ ARG VT_TRACE_RUNTIME_ENABLED
ARG VT_UBSAN_ENABLED
ARG VT_WERROR_ENABLED
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
Expand All @@ -101,7 +103,9 @@ ENV BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
VT_UBSAN_ENABLED=${VT_UBSAN_ENABLED} \
VT_UNITY_BUILD_ENABLED=${VT_UNITY_BUILD_ENABLED} \
VT_WERROR_ENABLED=${VT_WERROR_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build

Expand Down
6 changes: 5 additions & 1 deletion ci/docker/ubuntu-gnu-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ ARG VT_UBSAN_ENABLED
ARG VT_WERROR_ENABLED
ARG VT_ZOLTAN_ENABLED
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
Expand All @@ -130,7 +132,9 @@ ENV BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
VT_UNITY_BUILD_ENABLED=${VT_UNITY_BUILD_ENABLED} \
VT_WERROR_ENABLED=${VT_WERROR_ENABLED} \
VT_ZOLTAN_ENABLED=${VT_ZOLTAN_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
VT_DEBUG_VERBOSE=$(VT_DEBUG_VERBOSE) \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build

Expand Down
6 changes: 5 additions & 1 deletion ci/docker/ubuntu-gnu-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ ARG VT_FCONTEXT_ENABLED
ARG VT_NO_COLOR_ENABLED
ARG BUILD_SHARED_LIBS
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_TRACE_ENABLED=${VT_TRACE_ENABLED} \
Expand All @@ -84,6 +86,8 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_NO_COLOR_ENABLED=${VT_NO_COLOR_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build "${token}"
6 changes: 5 additions & 1 deletion ci/docker/ubuntu-intel-oneapi-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ ARG VT_FCONTEXT_ENABLED
ARG CMAKE_BUILD_TYPE
ARG VT_EXTENDED_TESTS_ENABLED
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_TRACE_ENABLED=${VT_TRACE_ENABLED} \
Expand All @@ -90,7 +92,9 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_DIAGNOSTICS_ENABLED=${VT_DIAGNOSTICS_ENABLED} \
VT_DIAGNOSTICS_RUNTIME_ENABLED=${VT_DIAGNOSTICS_RUNTIME_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build

Expand Down
6 changes: 5 additions & 1 deletion ci/docker/ubuntu-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ ARG VT_FCONTEXT_ENABLED
ARG VT_NO_COLOR_ENABLED
ARG BUILD_SHARED_LIBS
ARG CMAKE_CXX_STANDARD
ARG VT_DEBUG_VERBOSE
ARG VT_CI_BUILD

ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_TRACE_ENABLED=${VT_TRACE_ENABLED} \
Expand All @@ -98,7 +100,9 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
VT_NO_COLOR_ENABLED=${VT_NO_COLOR_ENABLED} \
CMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD} \
BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} \
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
VT_DEBUG_VERBOSE=${VT_DEBUG_VERBOSE} \
VT_CI_BUILD=${VT_CI_BUILD}

RUN /vt/ci/build_cpp.sh /vt /build

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# VT_DIAGNOSTICS_RUNTIME=0 # Enable diagnostics collection at runtime by default
# BUILD_TYPE=release # CMake build type
# VT_CODE_COVERAGE=0 # Enable generation of code coverage reports
# VT_DEBUG_VERBOSE # Enable verbose debug prints at compile-time
# VT_DEBUG_VERBOSE=0 # Enable verbose debug prints at compile-time
# VT_NO_COLOR_ENABLED=0 # Set --vt_no_color flag to true by default
# VT_BUILD_SHARED_LIBS=0 # Build VT as shared library
#
Expand Down Expand Up @@ -110,7 +110,7 @@ x-vtopts: &vtopts
LSAN_OPTIONS: ${LSAN_OPTIONS-}
UBSAN_OPTIONS: ${UBSAN_OPTIONS-}
VT_CI_BUILD: ${VT_CI_BUILD:-0}
VT_DEBUG_VERBOSE: ${VT_DEBUG_VERBOSE-}
VT_DEBUG_VERBOSE: ${VT_DEBUG_VERBOSE:-0}
VT_TESTS_NUM_NODES: ${VT_TESTS_NUM_NODES:-}
VT_NO_COLOR_ENABLED: ${VT_NO_COLOR:-0}
BUILD_SHARED_LIBS: ${VT_BUILD_SHARED_LIBS:-0}
Expand Down
1 change: 1 addition & 0 deletions scripts/workflow-azure-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ variables:
VT_NO_COLOR: [% vt_no_color %]
VT_BUILD_SHARED_LIBS: [% vt_build_shared_libs %]
VT_INCLUSION: [% vt_inclusion %]
VT_DEBUG_VERBOSE: [% vt_debug_verbose %]
CMAKE_CXX_STANDARD: [% cmake_cxx_standard %]
TEST_LB_SCHEMA: [% test_lb_schema %]
CACHE: "$(Agent.TempDirectory)/cache/"
Expand Down
Loading
Loading