Skip to content

Commit 9f3a81e

Browse files
authored
fix: cleanup spamoor blob (#972)
1 parent 74e98f0 commit 9f3a81e

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/package_io/input_parser.star

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,6 @@ def docker_cache_image_override(plan, result):
14511451
"prometheus_params.image",
14521452
"grafana_params.image",
14531453
"spamoor_params.image",
1454-
"spamoor_blob_params.image",
14551454
"ethereum_genesis_generator_params.image",
14561455
]
14571456

src/package_io/sanity_check.star

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -256,15 +256,6 @@ SUBCATEGORY_PARAMS = {
256256
"extra_args",
257257
"spammers",
258258
],
259-
"spamoor_blob_params": [
260-
"image",
261-
"scenario",
262-
"throughput",
263-
"sidecars",
264-
"max_pending",
265-
"max_wallets",
266-
"spamoor_extra_args",
267-
],
268259
"ethereum_genesis_generator_params": [
269260
"image",
270261
],
@@ -295,7 +286,6 @@ ADDITIONAL_SERVICES_PARAMS = [
295286
"apache",
296287
"tracoor",
297288
"spamoor",
298-
"spamoor_blob",
299289
]
300290

301291
ADDITIONAL_CATEGORY_PARAMS = {

0 commit comments

Comments
 (0)