Skip to content

Commit

Permalink
[forge] enable pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Li authored and zekun000 committed Dec 13, 2024
1 parent bd71e35 commit 5371540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/forge/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ 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();
}))
}

Expand Down

0 comments on commit 5371540

Please sign in to comment.