Update test matrix for UHDM

Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
This commit is contained in:
Rafal Kapuscik 2022-05-05 12:30:52 +02:00 committed by Unai Martinez-Corral
parent 524dfb6e74
commit 06e037f8ad
1 changed files with 7 additions and 8 deletions

View File

@ -35,16 +35,16 @@ def get_jobs(
examples = [ examples = [
"pulse_width_led", "pulse_width_led",
"hello", "hello",
"litex",
"button_controller",
"timer",
] ]
# Skip tests that are currently unsupported # Skip tests that are currently unsupported
if not usesSurelog: if not usesSurelog:
examples.extend([ examples.extend([
"litex",
"picosoc", "picosoc",
"litex_linux", "litex_linux",
"button_controller",
"timer",
"hello-k", "hello-k",
]) ])
@ -68,11 +68,10 @@ def get_jobs(
]) ])
if not isFork: if not isFork:
examples.extend(["counter"]) examples.extend([
"counter",
# Skip tests that are currently unsupported "litex_sata"
if not usesSurelog: ])
examples.extend(["litex_sata"])
if distribution == "ubuntu": if distribution == "ubuntu":
osvers.extend([ osvers.extend([