Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/64111?usp=email )
Change subject: tests: Exclude ARM KVM tests from nightly run
......................................................................
tests: Exclude ARM KVM tests from nightly run
Our Jenkin's server is an X86 host and cannot run ARM KVM.
Change-Id: Id10988aefa2534e73407c6a241fb3d5c9d958b7c
---
M tests/nightly.sh
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/tests/nightly.sh b/tests/nightly.sh
index dc871f6..a503e9e 100755
--- a/tests/nightly.sh
+++ b/tests/nightly.sh
@@ -115,7 +115,8 @@
cd "${gem5_root}/tests"
./main.py run -j${compile_threads} -vv \
--exclude-tags ".*" --include-tags kvm --exclude-tags very\-long \
- --exclude-tags debug --exclude-tags fast --exclude-tags ARM
+ --exclude-tags debug --exclude-tags fast --exclude-tags ARM \
+ --exclude-tags aarch64
cd "${gem5_root}"
# For the GPU tests we compile and run the GPU ISA inside a gcn-gpu
container.
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/64111?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: Id10988aefa2534e73407c6a241fb3d5c9d958b7c
Gerrit-Change-Number: 64111
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