"deploy/cloud/operator/config/default/kustomization.yaml" did not exist on "5ddc7f7df5ab77c4efae9fd6ca299c3040c91533"
Commit 21a8a79c authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

ci: Move slow pytests to nightly (#152)

parent 6ca24080
......@@ -58,10 +58,8 @@ try:
except CUDARuntimeError:
print("CUDA not available")
# TODO
# Decide if this should be
# pre merge, nightly, or weekly
pytestmark = pytest.mark.pre_merge
# Slower test than others - make it nightly for now
pytestmark = pytest.mark.nightly
@pytest.fixture
......
......@@ -36,10 +36,8 @@ TRITON_LOG_LEVEL = 0
logger = get_logger(__name__)
# TODO
# Decide if this should be
# pre merge, nightly, or weekly
pytestmark = pytest.mark.pre_merge
# Slower test than others - make it nightly for now
pytestmark = pytest.mark.nightly
@pytest.fixture
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment