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 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52563 Reviewed-by: Gabe Black <gabe.black@gmail.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -107,15 +107,15 @@ test_kvm_fork_run(
|
||||
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,
|
||||
|
||||
@@ -105,15 +105,15 @@ test_kvm_switch(
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user