From d65173d596cee8f62fa25b41c78ab07dcf18cf72 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Sat, 10 Dec 2022 15:56:02 -0800 Subject: [PATCH] tests: Move replacement policy tests to long/Nightly These tests require the compilation of NULL with the MI_Example cache coherence protocol. This is a large overhead for these tests. They are therefore better off being run nightly rather than as a pre-commit/kokoro/quick test. Change-Id: I87b25afa313ecca65c738e3a8692a9bf72b06620 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/66615 Reviewed-by: Matt Sinclair Tested-by: kokoro Maintainer: Matt Sinclair --- tests/gem5/replacement-policies/test_replacement_policies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem5/replacement-policies/test_replacement_policies.py b/tests/gem5/replacement-policies/test_replacement_policies.py index 3a30c0a070..7b00e10429 100644 --- a/tests/gem5/replacement-policies/test_replacement_policies.py +++ b/tests/gem5/replacement-policies/test_replacement_policies.py @@ -51,7 +51,7 @@ def test_replacement_policy(config_name: str, config_path: str) -> None: valid_isas=(constants.null_tag,), protocol="MI_example", valid_hosts=constants.supported_hosts, - length=constants.quick_tag, + length=constants.long_tag, )