Skip to content

Commit

Permalink
integration: define 'gpu' tag for Nvidia-reated tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <[email protected]>
  • Loading branch information
bschimke95 committed Jan 8, 2025
1 parent a38d1e2 commit c609ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/tests/test_nvidia_gpu_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def _check_nvidia_drivers_loaded(instance: harness.Instance) -> Mapping[str, boo

@pytest.mark.node_count(1)
@pytest.mark.tags(tags.WEEKLY)
@pytest.mark.tags(tags.GPU)
@pytest.mark.parametrize(
"gpu_operator_version", NVIDIA_GPU_OPERATOR_SUPPORTED_UBUNTU_VERSIONS.keys()
)
Expand Down
1 change: 1 addition & 0 deletions tests/integration/tests/test_util/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
PULL_REQUEST = "pull_request"
NIGHTLY = "nightly"
WEEKLY = "weekly"
GPU = "gpu"

TEST_LEVELS = [PULL_REQUEST, NIGHTLY, WEEKLY]

Expand Down

0 comments on commit c609ec1

Please sign in to comment.