Skip to content

Build matrix: with-tft, without-tft, with-net#4

Merged
ramseymcgrath merged 2 commits intokmbox-netfrom
copilot/sub-pr-3
Mar 9, 2026
Merged

Build matrix: with-tft, without-tft, with-net#4
ramseymcgrath merged 2 commits intokmbox-netfrom
copilot/sub-pr-3

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 9, 2026

The CI workflow only built a single firmware variant, missing coverage for the TFT-disabled and KMBox Net configurations.

Changes

  • Matrix strategy on build-teensy-firmware: replaces the single build step with three parallel jobs:
    Config Make args
    with-tft TFT=1
    without-tft TFT=0
    with-net NET=1
  • Artifact naming: each variant uploads under a distinct name (firmware-hex-<config>) to avoid collisions
  • Bridge firmware job is unchanged

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: ramseymcgrath <2006510+ramseymcgrath@users.noreply.github.com>
Copilot AI changed the title [WIP] Update build workflow for tft and net configurations Build matrix: with-tft, without-tft, with-net Mar 9, 2026
@ramseymcgrath ramseymcgrath marked this pull request as ready for review March 9, 2026 03:50
Copilot AI review requested due to automatic review settings March 9, 2026 03:50
@ramseymcgrath ramseymcgrath merged commit b7e7d7f into kmbox-net Mar 9, 2026
1 check passed
@ramseymcgrath ramseymcgrath deleted the copilot/sub-pr-3 branch March 9, 2026 03:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the single Teensy firmware build step in the CI workflow with a matrix strategy that builds three parallel variants: with-tft (TFT=1), without-tft (TFT=0), and with-net (NET=1). This improves CI coverage by validating all three supported firmware configurations. The bridge firmware job is unchanged.

Changes:

  • Matrix strategy added to build-teensy-firmware job with three configurations
  • Build step and artifact upload step updated to use per-configuration names, preventing artifact collisions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants