From d91725995326e7243994729d87ebdc06cd2b0c20 Mon Sep 17 00:00:00 2001 From: Jason Bonnell <166553723+jbonnell-amd@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:13:14 -0500 Subject: [PATCH] Add --verbose to ctest to get more output (#2928) --- .github/workflows/aqlprofile-continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aqlprofile-continuous_integration.yml b/.github/workflows/aqlprofile-continuous_integration.yml index 475a1c68c5..15c1ccf43d 100644 --- a/.github/workflows/aqlprofile-continuous_integration.yml +++ b/.github/workflows/aqlprofile-continuous_integration.yml @@ -118,7 +118,7 @@ jobs: run: PATH=~/.local/bin:${{ env.ROCM_PATH }}/bin:${PATH} LD_LIBRARY_PATH=$(pwd)/build:${{ env.ROCM_PATH }}/lib:$LD_LIBRARY_PATH - ctest --output-on-failure -DCTEST_SOURCE_DIRECTORY="$(pwd)" + ctest --output-on-failure --verbose -DCTEST_SOURCE_DIRECTORY="$(pwd)" -DCTEST_BINARY_DIRECTORY="$(pwd)/build" -DAQLPROFILE_BUILD_NUM_JOBS="16" -DCTEST_SITE="${{ matrix.system.runner }}" -DCTEST_BUILD_NAME=PR_${{ github.ref_name }}_${{ github.repository }}-${{ matrix.system.os }}-${{ matrix.system.gpu }}-core -DCMAKE_CTEST_ARGUMENTS="" @@ -197,7 +197,7 @@ jobs: run: PATH=~/.local/bin:${{ env.ROCM_PATH }}/bin:${PATH} LD_LIBRARY_PATH=$(pwd)/build:${{ env.ROCM_PATH }}/lib:$LD_LIBRARY_PATH - ctest --output-on-failure -DCTEST_SOURCE_DIRECTORY="$(pwd)" + ctest --output-on-failure --verbose -DCTEST_SOURCE_DIRECTORY="$(pwd)" -DCTEST_BINARY_DIRECTORY="$(pwd)/build" -DAQLPROFILE_BUILD_NUM_JOBS="16" -DCTEST_SITE=${{ matrix.system.runner }} -DCTEST_BUILD_NAME=PR_${{ github.ref_name }}_${{ github.repository }}-${{ matrix.system.os }}-${{ matrix.system.gpu }}-core