Bobby Bruce has submitted this change. (
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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/64111
Reviewed-by: Bobby Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
Maintainer: Bobby Bruce <[email protected]>
---
M tests/nightly.sh
1 file changed, 17 insertions(+), 1 deletion(-)
Approvals:
Bobby Bruce: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
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: 2
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Bobby Bruce <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-CC: Jason Lowe-Power <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]