Skip to content

Commit

Permalink
Test excluding troublesome hip alorithms test
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed May 27, 2023
1 parent b4b3b31 commit 6e28071
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/lsu/batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ulimit -l unlimited

set +e
ctest \
--verbose \
${ctest_extra_args} \
-S ${src_dir}/.jenkins/lsu/ctest.cmake \
-DCTEST_CONFIGURE_EXTRA_OPTIONS="${configure_extra_options}" \
-DCTEST_BUILD_CONFIGURATION_NAME="${configuration_name_with_build_type}" \
Expand Down
2 changes: 2 additions & 0 deletions .jenkins/lsu/env-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ if [ "${build_type}" = "Debug" ]; then
configure_extra_options+=" -DLCI_DEBUG=ON"
fi

ctest_extra_args+=" --verbose "

hostname
module avail
2 changes: 2 additions & 0 deletions .jenkins/lsu/env-hipcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ configure_extra_options+=" -DHPX_WITH_MAX_CPU_COUNT=128"
configure_extra_options+=" -DHPX_WITH_DEPRECATION_WARNINGS=OFF"
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS=ON"
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS_AS_ERRORS=OFF"

ctest_extra_args+=" -E tests.unit.modules.algorithms.detail "

0 comments on commit 6e28071

Please sign in to comment.