Skip to content

Commit

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

Expand Down

0 comments on commit d85ab35

Please sign in to comment.