From cd22a9751b1d323b5636a0d2d327866fc1069a09 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 29 Apr 2026 18:23:26 -0500 Subject: [PATCH] DNM: probe integration-test bucketing for api Touches api/api_connection.h with a comment so determine-jobs.py routes the api component's integration tests into the bucketed split job alongside the cover probe. Used to validate the matrix expansion in #16152. Do not merge. --- esphome/components/api/api_connection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index 4165b7f3a2..98ec7179ba 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -1,5 +1,6 @@ #pragma once +// DNM: integration-test bucketing CI probe — do not merge. #include "esphome/core/defines.h" #ifdef USE_API #include "api_frame_helper.h"