Update test matrix for UHDM
Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
This commit is contained in:
parent
524dfb6e74
commit
06e037f8ad
|
@ -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([
|
||||||
|
|
Loading…
Reference in New Issue