From 303f957d42c1ac32a67c9f65c3d0033926776432 Mon Sep 17 00:00:00 2001 From: Zekun Li Date: Wed, 4 Dec 2024 18:00:02 -0800 Subject: [PATCH] enable pipeline --- testsuite/forge/src/config.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/forge/src/config.rs b/testsuite/forge/src/config.rs index 940589e7fb3b12..7d173941b8e265 100644 --- a/testsuite/forge/src/config.rs +++ b/testsuite/forge/src/config.rs @@ -238,6 +238,10 @@ impl ForgeConfig { ["enable_storage_sharding"] = true.into(); helm_values["validator"]["config"]["indexer_db_config"]["enable_event"] = true.into(); helm_values["fullnode"]["config"]["indexer_db_config"]["enable_event"] = true.into(); + // enable new pipeline + helm_values["validator"]["config"]["consensus"]["enable_pipeline"] = true.into(); + helm_values["fullnode"]["config"]["consensus_observer"]["enable_pipeline"] = + true.into(); })) }