diff --git a/lotus-soup/compositions/composition-tracer.toml b/lotus-soup/compositions/composition-tracer.toml index ec3e5dc5e..d632d287e 100644 --- a/lotus-soup/compositions/composition-tracer.toml +++ b/lotus-soup/compositions/composition-tracer.toml @@ -12,6 +12,15 @@ [global.build_config] enable_go_build_cache = true +[global.run.test_params] + clients = "3" + miners = "2" + genesis_timestamp_offset = "100000" + balance = "2000000000" + sectors = "10" + random_beacon_type = "mock" + enable_pubsub_tracer = "true" + [[groups]] id = "pubsub-tracer" [groups.instances] @@ -29,12 +38,6 @@ [groups.run] [groups.run.test_params] role = "bootstrapper" - clients = "3" - miners = "2" - balance = "2000000000" - sectors = "10" - random_beacon_type = "mock" - enable_pubsub_tracer = "true" [[groups]] id = "miners" @@ -44,13 +47,6 @@ [groups.run] [groups.run.test_params] role = "miner" - clients = "3" - miners = "2" - balance = "2000000000" - sectors = "10" - random_beacon_type = "mock" - enable_pubsub_tracer = "true" - [[groups]] id = "clients" @@ -60,9 +56,3 @@ [groups.run] [groups.run.test_params] role = "client" - clients = "3" - miners = "2" - balance = "2000000000" - sectors = "10" - random_beacon_type = "mock" - enable_pubsub_tracer = "true" diff --git a/lotus-soup/compositions/composition.toml b/lotus-soup/compositions/composition.toml index 05dc7b688..1b24f3b94 100644 --- a/lotus-soup/compositions/composition.toml +++ b/lotus-soup/compositions/composition.toml @@ -12,6 +12,14 @@ [global.build_config] enable_go_build_cache = true +[global.run.test_params] + clients = "3" + miners = "2" + genesis_timestamp_offset = "100000" + balance = "2000000000" + sectors = "10" + random_beacon_type = "mock" + [[groups]] id = "bootstrapper" [groups.instances] @@ -20,11 +28,6 @@ [groups.run] [groups.run.test_params] role = "bootstrapper" - clients = "3" - miners = "2" - balance = "2000000000" - sectors = "10" - random_beacon_type = "mock" [[groups]] id = "miners" @@ -34,12 +37,6 @@ [groups.run] [groups.run.test_params] role = "miner" - clients = "3" - miners = "2" - balance = "2000000000" - sectors = "10" - random_beacon_type = "mock" - [[groups]] id = "clients" @@ -49,9 +46,3 @@ [groups.run] [groups.run.test_params] role = "client" - clients = "3" - miners = "2" - balance = "2000000000" - sectors = "10" - random_beacon_type = "mock" -