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

 (

1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
 )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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/66615
Reviewed-by: Matt Sinclair <[email protected]>
Tested-by: kokoro <[email protected]>
Maintainer: Matt Sinclair <[email protected]>
---
M tests/gem5/replacement-policies/test_replacement_policies.py
1 file changed, 19 insertions(+), 1 deletion(-)

Approvals:
  kokoro: Regressions pass
  Matt Sinclair: Looks good to me, approved; Looks good to me, approved




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: 3
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Jarvis JIA <[email protected]>
Gerrit-Reviewer: Matt Sinclair <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to