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

Move analysis builds to thier own grouping #496

Merged
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
5 changes: 1 addition & 4 deletions scripts/dashboard/nightly/aaargh-clang5-nompi-asan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ module(load llvm5)

set(CTEST_MEMORYCHECK_TYPE "AddressSanitizer")
set(dashboard_do_memcheck ON)
set(dashboard_do_submit OFF)
macro(dashboard_hook_end)
ctest_submit()
endmacro()
set(dashboard_track "Analysis")

set(ENV{CC} clang)
set(ENV{CXX} clang++)
Expand Down
5 changes: 1 addition & 4 deletions scripts/dashboard/nightly/aaargh-clang5-nompi-msan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ module(load llvm5)

set(CTEST_MEMORYCHECK_TYPE "MemorySanitizer")
set(dashboard_do_memcheck ON)
set(dashboard_do_submit OFF)
macro(dashboard_hook_end)
ctest_submit()
endmacro()
set(dashboard_track "Analysis")

set(ENV{CC} clang)
set(ENV{CXX} clang++)
Expand Down
2 changes: 1 addition & 1 deletion scripts/dashboard/nightly/aaargh-gcc7-mpi-coverity.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ module(load mpi4py)
module(load adios)

set(ENV{PATH} "/opt/coverity/cov-analysis-linux64-2017.07/bin:$ENV{PATH}")
set(dashboard_do_submit OFF)
set(dashboard_do_test OFF)
set(dashboard_track "Analysis")

set(ENV{CC} gcc)
set(ENV{CXX} g++)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module(load numpy)
module(load hdf5)

set(ENV{PATH} "/opt/coverity/cov-analysis-linux64-2017.07/bin:$ENV{PATH}")
set(dashboard_do_submit OFF)
set(dashboard_do_test OFF)
set(dashboard_track "Analysis")

set(ENV{CC} gcc)
set(ENV{CXX} g++)
Expand Down