Skip to content

Commit

Permalink
chore: update small_high_perf testnet setup (#2139)
Browse files Browse the repository at this point in the history
This PR updates setup for `small_high_perf` testnet to remove unused
resources.
  • Loading branch information
maksymar authored Oct 21, 2024
1 parent f55a756 commit 80f7582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rs/tests/testing_verification/testnets/small_high_perf.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Set up a testnet containing:
// one 1-node System and one 1-node Application subnets, one unassigned node, single boundary node, and a p8s (with grafana) VM.
// one 1-node System and one 1-node Application subnets, single boundary node, and a p8s (with grafana) VM.
// All replica nodes use the following resources: 64 vCPUs, 480 GiB of RAM, and 2'000 GiB disk.
//
// You can setup this testnet with a lifetime of 180 mins by executing the following commands:
Expand Down Expand Up @@ -68,7 +68,6 @@ pub fn setup(env: TestEnv) {
})
.add_subnet(Subnet::new(SubnetType::System).add_nodes(1))
.add_subnet(Subnet::new(SubnetType::Application).add_nodes(1))
.with_unassigned_nodes(1)
.setup_and_start(&env)
.expect("Failed to setup IC under test");
install_nns_with_customizations_and_check_progress(
Expand Down

0 comments on commit 80f7582

Please sign in to comment.