Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/64671?usp=email )
Change subject: tests: Move 'riscvmatched-fs.py' example test to weekly
......................................................................
tests: Move 'riscvmatched-fs.py' example test to weekly
As of https://gem5-review.googlesource.com/c/public/gem5/+/64131, the
"configs/example/gem5_library/riscvmatched-fs.py' test was added to the
long/nightly test suite. This test is very long and the Nightly tests
are now timing out: https://jenkins.gem5.org/job/nightly/385/.
To solve this problem this test is being moved to the weekly tests.
Change-Id: I7956797b6ce1a813e1fdbbd38e8be61962d345a2
---
M tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git
a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
index 47ec60b..13aa877 100644
--- a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
+++ b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
@@ -322,5 +322,5 @@
config_args=[],
valid_isas=(constants.riscv_tag,),
valid_hosts=constants.supported_hosts,
- length=constants.long_tag,
+ length=constants.very_long_tag,
)
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/64671?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: I7956797b6ce1a813e1fdbbd38e8be61962d345a2
Gerrit-Change-Number: 64671
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