Skip to content

Commit

Permalink
Update test matrix for UHDM
Browse files Browse the repository at this point in the history
Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
  • Loading branch information
Rafal Kapuscik authored and umarcor committed Aug 2, 2022
1 parent 524dfb6 commit 06e037f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/scripts/generate_job_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ def get_jobs(
examples = [
"pulse_width_led",
"hello",
"litex",
"button_controller",
"timer",
]

# Skip tests that are currently unsupported
if not usesSurelog:
examples.extend([
"litex",
"picosoc",
"litex_linux",
"button_controller",
"timer",
"hello-k",
])

Expand All @@ -68,11 +68,10 @@ def get_jobs(
])

if not isFork:
examples.extend(["counter"])

# Skip tests that are currently unsupported
if not usesSurelog:
examples.extend(["litex_sata"])
examples.extend([
"counter",
"litex_sata"
])

if distribution == "ubuntu":
osvers.extend([
Expand Down

0 comments on commit 06e037f

Please sign in to comment.