Skip to content

Commit

Permalink
Label nightly/manual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Nov 28, 2023
1 parent 0868322 commit 2ac27b1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ACore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ ecbuild_add_test(
TARGET
u_acore
LABELS
unit nightly
unit
nightly
SOURCES
${test_srcs}
LIBS
Expand Down
3 changes: 2 additions & 1 deletion ANattr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ ecbuild_add_test(
TARGET
u_anattr
LABELS
unit nightly
unit
nightly
SOURCES
${test_srcs}
LIBS
Expand Down
15 changes: 10 additions & 5 deletions ANode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ ecbuild_add_test(
TARGET
u_anode
LABELS
unit nightly
unit
nightly
SOURCES
${test_srcs}
LIBS
Expand Down Expand Up @@ -259,7 +260,8 @@ ecbuild_add_test(
TARGET
u_aparser
LABELS
unit nightly
unit
nightly
SOURCES
${test_srcs}
INCLUDES
Expand All @@ -284,7 +286,8 @@ if (ENABLE_ALL_TESTS)
TARGET
u_anode_stest
LABELS
unit nightly
unit
nightly
SOURCES
${test_srcs}
LIBS
Expand All @@ -311,7 +314,8 @@ if (ENABLE_ALL_TESTS)
TARGET
perf_aparser
LABELS
performance nightly
performance
nightly
SOURCES
${test_srcs}
LIBS
Expand All @@ -338,7 +342,8 @@ if (ENABLE_ALL_TESTS)
TARGET
perf_aparser_timer
LABELS
performance nightly
performance
nightly
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/test/data/single_defs/mega.def
SOURCES
Expand Down
2 changes: 2 additions & 0 deletions Client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ if (ENABLE_ALL_TESTS AND ENABLE_SERVER)
perf_test_large_defs
LABELS
performance
manual # requires manual definition of env var ECF_TEST_DEFS_DIR
SOURCES
# Headers
test/SCPort.hpp
Expand Down Expand Up @@ -183,6 +184,7 @@ if (ENABLE_ALL_TESTS AND ENABLE_SERVER)
m_test_migration
LABELS
migration
manual # requires command line argument: m_test_migration <>
SOURCES
# Headers
test/SCPort.hpp
Expand Down
6 changes: 4 additions & 2 deletions Test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ if (ENABLE_ALL_TESTS)
TARGET
s_test
LABELS
integration nightly
integration
nightly
SOURCES
${test_srcs}
LIBS
Expand All @@ -92,7 +93,8 @@ if (ENABLE_ALL_TESTS)
TARGET
s_test_zombies
LABELS
integration nightly
integration
nightly
SOURCES
TestZombies.cpp
LIBS
Expand Down

0 comments on commit 2ac27b1

Please sign in to comment.