Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/66615?usp=email )

Change subject: tests: Move replacement policy tests to long/Nightly
......................................................................

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
---
M tests/gem5/replacement-policies/test_replacement_policies.py
1 file changed, 15 insertions(+), 1 deletion(-)



diff --git a/tests/gem5/replacement-policies/test_replacement_policies.py b/tests/gem5/replacement-policies/test_replacement_policies.py
index 3a30c0a..7b00e10 100644
--- a/tests/gem5/replacement-policies/test_replacement_policies.py
+++ b/tests/gem5/replacement-policies/test_replacement_policies.py
@@ -51,7 +51,7 @@
         valid_isas=(constants.null_tag,),
         protocol="MI_example",
         valid_hosts=constants.supported_hosts,
-        length=constants.quick_tag,
+        length=constants.long_tag,
     )



--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/66615?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I87b25afa313ecca65c738e3a8692a9bf72b06620
Gerrit-Change-Number: 66615
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to