Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56832 )

Change subject: tests: Add KVM tests to the weekly run
......................................................................

tests: Add KVM tests to the weekly run

Due to limitations with docker, we cannot run KVM tests inside a docker
container. We therefore need to run them separately on the host system.
This should work fine with our Jenkins setup, but may cause issues for
those wishing to run such tests locally.

Change-Id: I019e46a1621076024468da5596770dca07c5c52d
---
M tests/weekly.sh
1 file changed, 22 insertions(+), 0 deletions(-)



diff --git a/tests/weekly.sh b/tests/weekly.sh
index 8acb5d7..769778f 100755
--- a/tests/weekly.sh
+++ b/tests/weekly.sh
@@ -59,6 +59,14 @@
     gcr.io/gem5-test/ubuntu-20.04_all-dependencies:latest \
         ./main.py run --length very-long -j${threads} -t${threads} -vv

+# Unfortunately, due docker being unable run run KVM, we do so separately.
+# This script excluses all tags, includes all tests tagged as "kvm", then
+# removes all those part of the 'long' (nightly tests) and 'quick' (Kokoro
+# tests), the 'debug' and 'fast' compilation options.
+./main.py run -j${threads} -t${threads} -vv \
+    --exclude-tags ".*" --include-tags kvm --exclude-tags long \
+    --exclude-tags quick --exclude-tags debug --exclude-tags fast
+
 mkdir -p tests/testing-results

 # GPU weekly tests start here

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56832
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: I019e46a1621076024468da5596770dca07c5c52d
Gerrit-Change-Number: 56832
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
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to