Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 13 additions & 62 deletions projects/hipsparselt/clients/test/test_categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ test_categories:
- "*smoke*"
exclude:
- "*known_bug*"
- "*spmm*"
labels:
- "smoke"
- "quick"
Expand All @@ -28,7 +27,6 @@ test_categories:
- "*pre_checkin*"
exclude:
- "*known_bug*"
- "*spmm*"
labels:
- "precheckin"
- "standard"
Expand All @@ -45,7 +43,6 @@ test_categories:
- "*nightly*"
exclude:
- "*known_bug*"
- "*spmm*"
labels:
- "comprehensive"
- "nightly"
Expand All @@ -60,75 +57,31 @@ test_categories:
- "*HMM*"
exclude:
- "*known_bug*"
- "*spmm*"
labels:
- "stress"
- "weekly"
- "full"

spmm_quick:
description: "Smoke - sparse kernel only (timeout: 5 mins)"
ffm_quick:
description: "Smoke - same as Jenkins smoke (timeout: 2 hours)"
test_patterns:
- "*smoke*spmm*"
exclude:
- "*known_bug*"
labels:
- "spmm"
- "spmm_quick"
- "spmm_smoke"
- "spmm_precheckin"
- "spmm_standard"
- "spmm_comprehensive"
- "spmm_nightly"
- "spmm_extended"
- "spmm_stress"
- "spmm_weekly"
- "spmm_full"

spmm_standard:
description: "Precheckin - sparse kernel only (timeout: 30 mins)"
test_patterns:
- "*quick*spmm*"
- "*pre_checkin*spmm*"
exclude:
- "*known_bug*"
labels:
- "spmm"
- "spmm_precheckin"
- "spmm_standard"
- "spmm_comprehensive"
- "spmm_nightly"
- "spmm_extended"
- "spmm_stress"
- "spmm_weekly"
- "spmm_full"

spmm_comprehensive:
description: "Extended - sparse kernel only (timeout: 2 hours)"
test_patterns:
- "*nightly*spmm*"
- "*smoke*"
exclude:
- "*known_bug*"
labels:
- "spmm"
- "spmm_comprehensive"
- "spmm_nightly"
- "spmm_extended"
- "spmm_stress"
- "spmm_weekly"
- "spmm_full"
- "ffm"
- "ffm_quick"
- "ffm_full"

spmm_full:
description: "Stress / weekly - sparse kernel only (stress + HMM)"
ffm_full:
description: "Stress / weekly - same as Jenkins weekly (stress + HMM)"
test_patterns:
- "*HMM*spmm*"
- "*HMM*"
exclude:
- "*known_bug*"
labels:
- "spmm"
- "spmm_stress"
- "spmm_weekly"
- "spmm_full"
- "ffm"
- "ffm_full"

# GPU-specific exclusions can be added here when needed (see shared/ctest/README.md).
# exclude_gpu:
Expand All @@ -147,7 +100,5 @@ execution_settings:
standard: 1800 # 30 mins (standard can take over an hour)
comprehensive: 7200 # 2 hours
full: 86400 # 24 hours
spmm_quick: 300
spmm_standard: 1800
spmm_comprehensive: 7200
spmm_full: 86400
ffm_quick: 7200 # 2 hours
ffm_full: 7200 # 2 hours
Loading