Skip to content

Commit 06e037f

Browse files
Rafal Kapuscikumarcor
authored andcommitted
Update test matrix for UHDM
Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
1 parent 524dfb6 commit 06e037f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/scripts/generate_job_matrices.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ def get_jobs(
3535
examples = [
3636
"pulse_width_led",
3737
"hello",
38+
"litex",
39+
"button_controller",
40+
"timer",
3841
]
3942

4043
# Skip tests that are currently unsupported
4144
if not usesSurelog:
4245
examples.extend([
43-
"litex",
4446
"picosoc",
4547
"litex_linux",
46-
"button_controller",
47-
"timer",
4848
"hello-k",
4949
])
5050

@@ -68,11 +68,10 @@ def get_jobs(
6868
])
6969

7070
if not isFork:
71-
examples.extend(["counter"])
72-
73-
# Skip tests that are currently unsupported
74-
if not usesSurelog:
75-
examples.extend(["litex_sata"])
71+
examples.extend([
72+
"counter",
73+
"litex_sata"
74+
])
7675

7776
if distribution == "ubuntu":
7877
osvers.extend([

0 commit comments

Comments
 (0)