From 3249749d9bb19a5379d6a6e9edb5b1c507277e54 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 25 May 2023 11:34:40 -0400 Subject: [PATCH] bt benchmark: Ignore commit ae466a6e1b856d96cf5112a371b4df2b732503ec The commit fails to build. See https://lava-master-03.internal.efficios.com/scheduler/job/133 ``` param-validation.c: In function 'validate_map_value': param-validation.c:226:30: error: 'BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERROR' undeclared (first use in this function) if (foreach_entry_status == BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERR param-validation.c:226:30: note: each undeclared identifier is reported only once for each function it appears in Makefile:466: recipe for target 'param-validation.lo' failed ``` Change-Id: I30f824fde526ed52f0427e233d808780f19d527a --- scripts/babeltrace-benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/babeltrace-benchmark/benchmark.py b/scripts/babeltrace-benchmark/benchmark.py index d1805cf..5687826 100644 --- a/scripts/babeltrace-benchmark/benchmark.py +++ b/scripts/babeltrace-benchmark/benchmark.py @@ -48,6 +48,7 @@ invalid_commits = { "ce67f5614a4db3b2de4d887eca52135b439b4937", # Does not build "80aff5efc66679fd934cef433c0e698694748385", # Does not build "f4f11e84942d36fcc8a597d226928bce2ccac4b3", # Does not build + "ae466a6e1b856d96cf5112a371b4df2b732503ec", # Does not build } def json_type(string): -- 2.34.1