Skip to content

Commit

Permalink
test/test_targets: Exclude efinix_ti375_c529_dev_kit from CI since re…
Browse files Browse the repository at this point in the history
…quires toolchain.
  • Loading branch information
enjoy-digital committed Sep 11, 2024
1 parent 1dbecf7 commit d842d9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class TestTargets(unittest.TestCase):
"qmtech_rp2040_daughterboard", # Reason: Not a real platform.
"enclustra_st1", # Readon: Not a real platform.
"quicklogic_quickfeather", # Reason: No default clock.
"colognechip_gatemate_evb", # Reason: toolchain not yet mainlined
"colognechip_gatemate_evb", # Reason: Toolchain not yet mainlined.
"efinix_ti375_c529_dev_kit", # Reason: Require Efinity toolchain.
"efinix_titanium_ti60_f225_dev_kit", # Reason: Require Efinity toolchain.
"efinix_trion_t120_bga576_dev_kit", # Reason: Require Efinity toolchain.
"efinix_trion_t20_bga256_dev_kit", # Reason: Require Efinity toolchain.
Expand All @@ -34,7 +35,8 @@ class TestTargets(unittest.TestCase):
excluded_targets = [
"simple", # Reason: Generic target.
"quicklogic_quickfeather", # Reason: No default clock.
"colognechip_gatemate_evb", # Reason: toolchain not yet mainlined
"colognechip_gatemate_evb", # Reason: Toolchain not yet mainlined.
"efinix_ti375_c529_dev_kit", # Reason: Require Efinity toolchain.
"efinix_titanium_ti60_f225_dev_kit", # Reason: Require Efinity toolchain.
"efinix_trion_t120_bga576_dev_kit", # Reason: Require Efinity toolchain.
"efinix_trion_t20_bga256_dev_kit", # Reason: Require Efinity toolchain.
Expand Down

0 comments on commit d842d9b

Please sign in to comment.