Commit b8cf1d5d authored by Gyanendra Mishra's avatar Gyanendra Mishra

run-main change

parent e90ec07f
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
- run: kurtosis engine restart - run: kurtosis engine restart
- run: kurtosis exec ${PWD} - run: kurtosis run ${PWD}
workflows: workflows:
......
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
- Removed empty `ports` from a few service configs as passing it is now optional - Removed empty `ports` from a few service configs as passing it is now optional
- Adjusted to the new render templates config - Adjusted to the new render templates config
### Changes
- Move from `main` to `run` in `main.star`
# 0.0.1 # 0.0.1
### Features ### Features
......
...@@ -19,7 +19,7 @@ GRAFANA_DASHBOARD_PATH_URL = "/d/QdTOwy-nz/eth2-merge-kurtosis-module-dashboard? ...@@ -19,7 +19,7 @@ GRAFANA_DASHBOARD_PATH_URL = "/d/QdTOwy-nz/eth2-merge-kurtosis-module-dashboard?
FIRST_NODE_FINALIZATION_FACT = "cl-boot-finalization-fact" FIRST_NODE_FINALIZATION_FACT = "cl-boot-finalization-fact"
HTTP_PORT_ID_FOR_FACT = "http" HTTP_PORT_ID_FOR_FACT = "http"
def main(input_args): def run(input_args):
input_args_with_right_defaults = module_io.ModuleInput(parse_input.parse_input(input_args)) input_args_with_right_defaults = module_io.ModuleInput(parse_input.parse_input(input_args))
num_participants = len(input_args_with_right_defaults.participants) num_participants = len(input_args_with_right_defaults.participants)
network_params = input_args_with_right_defaults.network_params network_params = input_args_with_right_defaults.network_params
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment