[ci] Fail the benchmark job when the C++ benchmark build fails (#18480)

This commit is contained in:
J. Nick Koston
2026-08-20 09:33:03 +12:00
committed by Jesse Hills
parent 9daae377fc
commit 200a1644a5
2 changed files with 15 additions and 3 deletions
@@ -15,6 +15,7 @@ def override_manifest(manifest: ComponentManifestOverride) -> None:
# components have hardware dependencies (BLE/UART/RMT); lightweight
# stub headers in tests/benchmarks/stubs/ satisfy the includes.
cg.add_define("USE_BLUETOOTH_PROXY")
cg.add_define("USE_BLUETOOTH_PROXY_CONNECTIONS")
cg.add_define("BLUETOOTH_PROXY_MAX_CONNECTIONS", 3)
cg.add_define("BLUETOOTH_PROXY_ADVERTISEMENT_BATCH_SIZE", 16)
cg.add_define("USE_ZWAVE_PROXY")