Skip to content

Commit

Permalink
pandaproxy: add missing single-cpu argument to sr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisRP committed Dec 17, 2024
1 parent 3bc01f5 commit 8b8fef2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/v/pandaproxy/schema_registry/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ redpanda_cc_btest(
srcs = [
"sharded_store.cc",
],
cpu = 1,
deps = [
"//src/v/pandaproxy",
"//src/v/pandaproxy/schema_registry/test:compatibility_protobuf",
Expand All @@ -175,6 +176,7 @@ redpanda_cc_btest(
srcs = [
"consume_to_store.cc",
],
cpu = 1,
deps = [
"//src/v/model",
"//src/v/pandaproxy",
Expand All @@ -191,6 +193,7 @@ redpanda_cc_btest(
srcs = [
"compatibility_store.cc",
],
cpu = 1,
deps = [
"//src/v/pandaproxy",
"//src/v/pandaproxy/schema_registry/test:compatibility_avro",
Expand All @@ -207,6 +210,7 @@ redpanda_cc_btest(
srcs = [
"compatibility_3rdparty.cc",
],
cpu = 1,
deps = [
"//src/v/model",
"//src/v/pandaproxy",
Expand All @@ -223,6 +227,7 @@ redpanda_cc_btest(
srcs = [
"compatibility_avro.cc",
],
cpu = 1,
deps = [
"//src/v/pandaproxy",
"//src/v/pandaproxy/schema_registry/test:compatibility_avro",
Expand All @@ -242,6 +247,7 @@ redpanda_cc_btest(
srcs = [
"test_json_schema.cc",
],
cpu = 1,
deps = [
"//src/v/pandaproxy",
"//src/v/pandaproxy/schema_registry/test:compatibility_common",
Expand Down

0 comments on commit 8b8fef2

Please sign in to comment.