From c1564dd90d83f50d5e828babe3e5815368782824 Mon Sep 17 00:00:00 2001 From: Chen Peter Date: Wed, 13 Mar 2024 05:44:25 +0800 Subject: [PATCH] Build AUTO when CPU/GPU changes (#23415) since AUTO is the default configuration for release ### Tickets: - *CVS-128897* Signed-off-by: Peter Chen --- .github/components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/components.yml b/.github/components.yml index b5f6143e22aae5..71cb0721ac2974 100644 --- a/.github/components.yml +++ b/.github/components.yml @@ -34,6 +34,7 @@ CPU: - TF_FE - ONNX_FE build: + - AUTO - HETERO - AUTO_BATCH - TEMPLATE @@ -41,6 +42,7 @@ CPU: GPU: build: + - AUTO - HETERO - AUTO_BATCH - TEMPLATE