Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/52563 )
Change subject: tests: Move MI_Example tests to Long/Nightly
......................................................................
tests: Move MI_Example tests to Long/Nightly
Two tests, one in test_kvm_fork_run.py and another in
test_kvm_cpu_switch.py, were trying to run the MI_Example protocol as
part of the quick/kokoro run. MI_Example requires the building of X86,
though we try to use GCN3_X86 exclusively to avoid compiling an
additional target. As such, these MI_Example tests have been moved to
the long/nightly run.
Change-Id: I3c196e7e336148a1b7a124b5810348a2e587fe24
---
M tests/gem5/kvm-fork-tests/test_kvm_fork_run.py
M tests/gem5/kvm-switch-tests/test_kvm_cpu_switch.py
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/tests/gem5/kvm-fork-tests/test_kvm_fork_run.py
b/tests/gem5/kvm-fork-tests/test_kvm_fork_run.py
index c62211e..6471034 100644
--- a/tests/gem5/kvm-fork-tests/test_kvm_fork_run.py
+++ b/tests/gem5/kvm-fork-tests/test_kvm_fork_run.py
@@ -108,15 +108,15 @@
cpu="timing", num_cpus=4, mem_system="classic",
length=constants.quick_tag
)
+### The long (nightly) tests ####
+
test_kvm_fork_run(
cpu="timing",
num_cpus=4,
mem_system="mi_example",
- length=constants.quick_tag,
+ length=constants.long_tag,
)
-### The long (nightly) tests ####
-
test_kvm_fork_run(
cpu="timing",
num_cpus=1,
diff --git a/tests/gem5/kvm-switch-tests/test_kvm_cpu_switch.py
b/tests/gem5/kvm-switch-tests/test_kvm_cpu_switch.py
index a8cbce1..36473d4 100644
--- a/tests/gem5/kvm-switch-tests/test_kvm_cpu_switch.py
+++ b/tests/gem5/kvm-switch-tests/test_kvm_cpu_switch.py
@@ -106,15 +106,15 @@
cpu="timing", num_cpus=4, mem_system="classic",
length=constants.quick_tag
)
+### The long (nightly) tests ####
+
test_kvm_switch(
cpu="timing",
num_cpus=4,
mem_system="mi_example",
- length=constants.quick_tag,
+ length=constants.long_tag,
)
-### The long (nightly) tests ####
-
test_kvm_switch(
cpu="timing",
num_cpus=1,
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/52563
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: I3c196e7e336148a1b7a124b5810348a2e587fe24
Gerrit-Change-Number: 52563
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s