Skip to content

Commit

Permalink
disable the new pipeline for forge
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Jan 16, 2025
1 parent 6716334 commit 42df0fb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions testsuite/forge/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,21 +239,6 @@ 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();

// This is a temporary hack to disable new pipeline for compat tests.
if !suite_name
.as_ref()
.is_some_and(|name| name.eq_ignore_ascii_case("compat"))
{
// enable new pipeline
helm_values["validator"]["config"]["consensus"]["enable_pipeline"] = true.into();
helm_values["fullnode"]["config"]["consensus_observer"]["enable_pipeline"] =
true.into();
}

// enable optqs
helm_values["validator"]["config"]["consensus"]["quorum_store"]
["enable_opt_quorum_store"] = true.into();
}))
}

Expand Down

0 comments on commit 42df0fb

Please sign in to comment.