forked from mindspore-Ecosystem/mindspore
change st test level
This commit is contained in:
parent
5edb373312
commit
6892a1ca06
|
@ -17,7 +17,7 @@ import os
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
@pytest.mark.level2
|
||||||
@pytest.mark.platform_x86_gpu_training
|
@pytest.mark.platform_x86_gpu_training
|
||||||
@pytest.mark.env_single
|
@pytest.mark.env_single
|
||||||
def test_embedding_cache_distribute_gpu():
|
def test_embedding_cache_distribute_gpu():
|
||||||
|
|
|
@ -17,7 +17,7 @@ import os
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
@pytest.mark.level2
|
||||||
@pytest.mark.platform_x86_gpu_training
|
@pytest.mark.platform_x86_gpu_training
|
||||||
@pytest.mark.env_single
|
@pytest.mark.env_single
|
||||||
def test_embedding_cache_distribute_sparse_gpu():
|
def test_embedding_cache_distribute_sparse_gpu():
|
||||||
|
|
|
@ -17,7 +17,7 @@ import os
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
@pytest.mark.level2
|
||||||
@pytest.mark.platform_x86_gpu_training
|
@pytest.mark.platform_x86_gpu_training
|
||||||
@pytest.mark.env_single
|
@pytest.mark.env_single
|
||||||
def test_embedding_cache_standalone_gpu():
|
def test_embedding_cache_standalone_gpu():
|
||||||
|
|
Loading…
Reference in New Issue