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

Change subject: tests: Add KVM Tests to the nightly run
......................................................................

tests: Add KVM Tests to the nightly run

Unfortunately due to restrictions with Docker, we cannot run KVM tests
within a Docker container. As such we have eleted to run them on the
host system in this instance.

Change-Id: I751903512eaba9d0e51732228a0706725e82295e
---
M tests/nightly.sh
1 file changed, 21 insertions(+), 0 deletions(-)



diff --git a/tests/nightly.sh b/tests/nightly.sh
index e421d97..c3cae5c 100755
--- a/tests/nightly.sh
+++ b/tests/nightly.sh
@@ -102,6 +102,14 @@
     gcr.io/gem5-test/ubuntu-20.04_all-dependencies:latest \
./main.py run --length long -j${compile_threads} -t${run_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 'very-long' (weekly tests), or for compilation
+# to '.debug' or '.fast'.
+./main.py run -j${compile_threads} -vv \
+    --exclude-tags ".*" --include-tags kvm --exclude-tags very-long \
+    --exclude-tags debug --exclude-tags fast
+
# For the GPU tests we compile and run the GPU ISA inside a gcn-gpu container.
 docker pull gcr.io/gem5-test/gcn-gpu:latest
 docker run --rm -u $UID:$GID --volume "${gem5_root}":"${gem5_root}" -w \

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56831
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: I751903512eaba9d0e51732228a0706725e82295e
Gerrit-Change-Number: 56831
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