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 15, 2025
1 parent c86a84f commit afdf922
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions testsuite/forge/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +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();
}
}))
}

Expand Down

0 comments on commit afdf922

Please sign in to comment.