From b1742b918b322f705ee53ede65a85dcb90a215a6 Mon Sep 17 00:00:00 2001 From: "akshay14.garg" Date: Mon, 21 Sep 2026 14:48:12 +0530 Subject: [PATCH] fix(images/qnx_aarch64): correct score_persistency test_scenarios target path[#351] The qnx_aarch64 image BUILD file referenced an incorrect Bazel target path for the score_persistency test scenarios: @score_persistency//tests/test_scenarios/cpp:test_scenarios The correct path (matching the layout in score_persistency v0.9 and already used by the qnx_x86_64 image) is: @score_persistency//score/kvs/tests/test_scenarios/cpp:test_scenarios This caused `//images/qnx_aarch64:run` to fail at analysis time with: "no such package '@@score_persistency+//tests/test_scenarios/cpp'" Fixes: images/qnx_aarch64/build/BUILD line 54 --- images/qnx_aarch64/build/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/qnx_aarch64/build/BUILD b/images/qnx_aarch64/build/BUILD index ca5c4d35043..cf1566b1d9e 100644 --- a/images/qnx_aarch64/build/BUILD +++ b/images/qnx_aarch64/build/BUILD @@ -51,7 +51,7 @@ qnx_ifs( "//feature_integration_tests/configs/datarouter:etc_configs", "//showcases", "@score_logging//score/datarouter", - "@score_persistency//tests/test_scenarios/cpp:test_scenarios", + "@score_persistency//score/kvs/tests/test_scenarios/cpp:test_scenarios", ], build_file = "init.build", ext_repo_maping = {