Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coyote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nils
coyote
Commits
c1098efe
Commit
c1098efe
authored
1 month ago
by
Nils-Arne Dreier
Browse files
Options
Downloads
Patches
Plain Diff
ci: add hiopy LABEL to hiopy tests
parent
77892815
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/hiopy/tests/CMakeLists.txt
+5
-0
5 additions, 0 deletions
apps/hiopy/tests/CMakeLists.txt
with
5 additions
and
0 deletions
apps/hiopy/tests/CMakeLists.txt
+
5
−
0
View file @
c1098efe
...
...
@@ -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"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment