Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/49326 )


15 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Change subject: ext,tests: Add 'very-long' tag for test length
......................................................................

ext,tests: Add 'very-long' tag for test length

This new tag will be used to specify tests to run Weekly (with the
'long' tests for Nightly, and the 'quick' tests for Kokoro/presubmit).

Change-Id: I088c2ef36cb14746e581eac5b1771f82250f2b98
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49326
Tested-by: kokoro <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M ext/testlib/configuration.py
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index 1fffab4..95800de 100644
--- a/ext/testlib/configuration.py
+++ b/ext/testlib/configuration.py
@@ -248,6 +248,7 @@
     constants.length_tag_type = 'length'
     constants.quick_tag = 'quick'
     constants.long_tag = 'long'
+    constants.very_long_tag = 'very-long'

     constants.host_isa_tag_type = 'host'
     constants.host_x86_64_tag = 'x86_64'
@@ -272,6 +273,7 @@
         constants.length_tag_type: (
             constants.quick_tag,
             constants.long_tag,
+            constants.very_long_tag,
         ),
         constants.host_isa_tag_type: (
             constants.host_x86_64_tag,

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49326
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: I088c2ef36cb14746e581eac5b1771f82250f2b98
Gerrit-Change-Number: 49326
Gerrit-PatchSet: 17
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to