Skip to content
Snippets Groups Projects
Commit 91fcccfa authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

ci: add hiopy LABEL to hiopy tests

parent 942a3c96
No related branches found
No related tags found
1 merge request!47[hiopy] refactor variable handling and distribution
......@@ -4,6 +4,7 @@ add_test(
)
set_tests_properties(hiopy.test_distribute_work PROPERTIES
ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/python:${CMAKE_SOURCE_DIR}/apps:$ENV{PYTHONPATH}"
LABELS "hiopy"
)
configure_file(create_simple_dataset.sh.in create_simple_dataset.sh @ONLY)
......@@ -15,6 +16,7 @@ set_tests_properties(hiopy.create_simple_dataset PROPERTIES
FIXTURES_SETUP simple_dataset.zarr
ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/python:${CMAKE_SOURCE_DIR}/apps:$ENV{PYTHONPATH}"
TIMEOUT 20
LABELS "hiopy"
)
add_test(
NAME hiopy.create_simple_dataset_4threads
......@@ -22,6 +24,7 @@ add_test(
)
set_tests_properties(hiopy.create_simple_dataset_4threads PROPERTIES
ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/python:${CMAKE_SOURCE_DIR}/apps:$ENV{PYTHONPATH}"
LABELS "hiopy"
)
add_test(
......@@ -31,6 +34,7 @@ add_test(
set_tests_properties(hiopy.check_hierarchy PROPERTIES
FIXTURES_REQUIRED simple_dataset.zarr
ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/python:${CMAKE_SOURCE_DIR}/apps:$ENV{PYTHONPATH}"
LABELS "hiopy"
)
# test the meteogram dataset
......@@ -44,4 +48,5 @@ set_tests_properties(hiopy.create_meteogram_dataset PROPERTIES
FIXTURES_SETUP metogram_dataset.zarr
ENVIRONMENT "PYTHONPATH=${CMAKE_BINARY_DIR}/python:${CMAKE_SOURCE_DIR}/apps:$ENV{PYTHONPATH}"
TIMEOUT 20
LABELS "hiopy"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment