Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Sep 27, 2024
1 parent 77ef93c commit 99be7a9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/cl/grandine/grandine_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down
6 changes: 3 additions & 3 deletions src/cl/lighthouse/lighthouse_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand All @@ -78,9 +78,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down Expand Up @@ -172,9 +172,9 @@ def get_beacon_config(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down
6 changes: 3 additions & 3 deletions src/cl/lodestar/lodestar_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand All @@ -69,9 +69,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down Expand Up @@ -167,9 +167,9 @@ def get_beacon_config(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down
6 changes: 3 additions & 3 deletions src/cl/nimbus/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand All @@ -88,9 +88,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down Expand Up @@ -162,9 +162,9 @@ def get_beacon_config(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down
6 changes: 3 additions & 3 deletions src/cl/prysm/prysm_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand All @@ -72,9 +72,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down Expand Up @@ -149,9 +149,9 @@ def get_beacon_config(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down
6 changes: 3 additions & 3 deletions src/cl/teku/teku_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand All @@ -75,9 +75,9 @@ def launch(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down Expand Up @@ -151,9 +151,9 @@ def get_beacon_config(
cl_max_cpu,
cl_min_mem,
cl_max_mem,
cl_volume_size,
snooper_engine_context,
persistent,
cl_volume_size,
tolerations,
node_selectors,
checkpoint_sync_enabled,
Expand Down

0 comments on commit 99be7a9

Please sign in to comment.