We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524dfb6 commit 5a26ebdCopy full SHA for 5a26ebd
.github/scripts/generate_job_matrices.py
@@ -35,16 +35,16 @@ def get_jobs(
35
examples = [
36
"pulse_width_led",
37
"hello",
38
+ "litex",
39
+ "button_controller",
40
+ "timer",
41
]
42
43
# Skip tests that are currently unsupported
44
if not usesSurelog:
45
examples.extend([
- "litex",
46
"picosoc",
47
"litex_linux",
- "button_controller",
- "timer",
48
"hello-k",
49
])
50
@@ -68,11 +68,10 @@ def get_jobs(
68
69
70
if not isFork:
71
- examples.extend(["counter"])
72
-
73
- # Skip tests that are currently unsupported
74
- if not usesSurelog:
75
- examples.extend(["litex_sata"])
+ examples.extend([
+ "counter",
+ "litex_sata"
+ ])
76
77
if distribution == "ubuntu":
78
osvers.extend([
0 commit comments