Skip to content

Commit

Permalink
Trace add test for all CI builds of Trilinos (trilinos#482, trilinos#…
Browse files Browse the repository at this point in the history
…1304)

Before, tracing of added tests was only done for the checkin-tset.py script.
Now, it will be done for the post-push CI build as well.
  • Loading branch information
bartlettroscoe authored and crtrott committed Aug 17, 2017
1 parent 161edff commit 911dda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions cmake/std/BasicCiTestingSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ TRIL_SET_BOOL_CACHE_VAR_FOR_CI(TPL_ENABLE_HDF5 ON)
TRIL_SET_BOOL_CACHE_VAR_FOR_CI(TPL_ENABLE_Netcdf ON)
TRIL_SET_BOOL_CACHE_VAR_FOR_CI(TPL_ENABLE_SuperLU ON)

# We want to see tracing of added tests to help in debugging
# problems.
TRIL_SET_BOOL_CACHE_VAR_FOR_CI(Trilinos_TRACE_ADD_TEST ON)

# Disable long-failing Pir test until it can be fixed (#826)
TRIL_SET_BOOL_CACHE_VAR_FOR_CI(Piro_EpetraSolver_MPI_4_DISABLE ON)

Expand Down
3 changes: 0 additions & 3 deletions project-checkin-test-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
'-DBUILD_SHARED_LIBS=ON',
# For graceful disables, we want to turn this on.
'-DTrilinos_DISABLE_ENABLED_FORWARD_DEP_PACKAGES=ON',
# We want to see tracing of added tests to help in debugging
# problems.
'-DTrilinos_TRACE_ADD_TEST=ON',
],

# Setup for the builds that should be run by default for a
Expand Down

0 comments on commit 911dda8

Please sign in to comment.