forked from ROCm/rocBLAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rtest.xml
22 lines (21 loc) · 938 Bytes
/
rtest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<testset>
<var name="TEST_BASE_OPTIONS" value="rocblas-test --gtest_output=xml --gtest_color=yes"></var>
<test sets="psdb">
<run name="quick_pre_checkin">{TEST_BASE_OPTIONS} --gtest_filter=*quick*:*pre_checkin*-*known_bug*</run>
</test>
<test sets="osdb">
<run name="nightly">{TEST_BASE_OPTIONS} --gtest_filter=*nightly*-*known_bug*</run>
</test>
<test sets="smoke">
<run name="smoke_test">{TEST_BASE_OPTIONS} --yaml rocblas_smoke.yaml </run>
</test>
<test sets="emulation_smoke">
<run name="emulation_smoke_test">{TEST_BASE_OPTIONS} --yaml rocblas_smoke.yaml </run>
</test>
<test sets="emulation_regression">
<run name="emulation_regression_test">{TEST_BASE_OPTIONS} --yaml rocblas_extras.yaml --gtest_filter=*regression*</run>
</test>
<test sets="emulation_extended">
<run name="emulation_extended_test">{TEST_BASE_OPTIONS} --yaml rocblas_extras.yaml --gtest_filter=*quick*:*pre_checkin*:*nightly*</run>
</test>
</testset>