diff --git a/net/scripts/colo_nodes b/net/scripts/colo_nodes index fdfc8fbd9b..6b41cdd6b8 100644 --- a/net/scripts/colo_nodes +++ b/net/scripts/colo_nodes @@ -1,4 +1,3 @@ -dumoulin|216.24.140.149|10.1.1.20|16|64|SATA|2000|NVME,NVME,NVME|1000,1000,1000|4|Denver foosball|216.24.140.150|10.1.1.21|16|64|SATA|2000|NVME|1000|2|Denver pingpong|216.24.140.151|10.1.1.22|16|64|SATA|2000|NVME|1000|2|Denver airhockey|216.24.140.152|10.1.1.23|16|64|SATA|2000|NVME|1000|2|Denver diff --git a/system-test/partition-testcases/colo-3-partition.yml b/system-test/partition-testcases/colo-3-partition.yml index e67e1b609f..c15023e54f 100755 --- a/system-test/partition-testcases/colo-3-partition.yml +++ b/system-test/partition-testcases/colo-3-partition.yml @@ -5,9 +5,9 @@ steps: UPLOAD_RESULTS_TO_SLACK: "true" CLOUD_PROVIDER: "colo" TESTNET_TAG: "colo-perf-cpu-only" - NUMBER_OF_VALIDATOR_NODES: 4 + NUMBER_OF_VALIDATOR_NODES: 2 ENABLE_GPU: "false" - NUMBER_OF_CLIENT_NODES: 2 + NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=2=--tx_count 5000 --thread-batch-sleep-ms 250" ADDITIONAL_FLAGS: "" APPLY_PARTITIONS: "true" diff --git a/system-test/partition-testcases/colo-partition-long-sanity-test.yml b/system-test/partition-testcases/colo-partition-long-sanity-test.yml index c0e53c3c51..3ff36e268a 100755 --- a/system-test/partition-testcases/colo-partition-long-sanity-test.yml +++ b/system-test/partition-testcases/colo-partition-long-sanity-test.yml @@ -5,7 +5,7 @@ steps: UPLOAD_RESULTS_TO_SLACK: "true" CLOUD_PROVIDER: "colo" TESTNET_TAG: "colo-perf-cpu-only" - NUMBER_OF_VALIDATOR_NODES: 4 + NUMBER_OF_VALIDATOR_NODES: 2 ENABLE_GPU: "false" NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 5000 --thread-batch-sleep-ms 250" diff --git a/system-test/partition-testcases/colo-partition-no-superminority-test.yml b/system-test/partition-testcases/colo-partition-no-superminority-test.yml index f2eaf0747c..5f1dc762f8 100644 --- a/system-test/partition-testcases/colo-partition-no-superminority-test.yml +++ b/system-test/partition-testcases/colo-partition-no-superminority-test.yml @@ -5,7 +5,7 @@ steps: UPLOAD_RESULTS_TO_SLACK: "true" CLOUD_PROVIDER: "colo" TESTNET_TAG: "colo-perf-cpu-only" - NUMBER_OF_VALIDATOR_NODES: 3 + NUMBER_OF_VALIDATOR_NODES: 2 ENABLE_GPU: "false" NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 5000 --thread-batch-sleep-ms 250" @@ -18,4 +18,4 @@ steps: BOOTSTRAP_VALIDATOR_MAX_STAKE_THRESHOLD: 33 TEST_TYPE: "partition" agents: - - "queue=colo-deploy" \ No newline at end of file + - "queue=colo-deploy" diff --git a/system-test/partition-testcases/colo-partition-once-then-stabilize.yml b/system-test/partition-testcases/colo-partition-once-then-stabilize.yml index 60a5dcdd30..095803328c 100755 --- a/system-test/partition-testcases/colo-partition-once-then-stabilize.yml +++ b/system-test/partition-testcases/colo-partition-once-then-stabilize.yml @@ -5,7 +5,7 @@ steps: UPLOAD_RESULTS_TO_SLACK: "true" CLOUD_PROVIDER: "colo" TESTNET_TAG: "colo-perf-cpu-only" - NUMBER_OF_VALIDATOR_NODES: 3 + NUMBER_OF_VALIDATOR_NODES: 2 ENABLE_GPU: "false" NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 5000 --thread-batch-sleep-ms 250" diff --git a/system-test/performance-testcases/colo-cpu-only-perf-4-val-1-client.yml b/system-test/performance-testcases/colo-cpu-only-perf-4-val-1-client.yml index 4a85a7bbfc..530f587a76 100755 --- a/system-test/performance-testcases/colo-cpu-only-perf-4-val-1-client.yml +++ b/system-test/performance-testcases/colo-cpu-only-perf-4-val-1-client.yml @@ -7,7 +7,7 @@ steps: TESTNET_TAG: "colo-perf-cpu-only" ENABLE_GPU: "false" TEST_DURATION_SECONDS: 600 - NUMBER_OF_VALIDATOR_NODES: 3 + NUMBER_OF_VALIDATOR_NODES: 2 NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 10000 --thread-batch-sleep-ms 250" ADDITIONAL_FLAGS: "" diff --git a/system-test/performance-testcases/colo-gpu-perf-4-val-1-client.yml b/system-test/performance-testcases/colo-gpu-perf-4-val-1-client.yml index 232de3eb44..241465c083 100755 --- a/system-test/performance-testcases/colo-gpu-perf-4-val-1-client.yml +++ b/system-test/performance-testcases/colo-gpu-perf-4-val-1-client.yml @@ -7,7 +7,7 @@ steps: TESTNET_TAG: "colo-perf-gpu-enabled" ENABLE_GPU: "true" TEST_DURATION_SECONDS: 600 - NUMBER_OF_VALIDATOR_NODES: 3 + NUMBER_OF_VALIDATOR_NODES: 2 NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 10000 --thread-batch-sleep-ms 250" ADDITIONAL_FLAGS: "" diff --git a/system-test/performance-testcases/colo-gpu-perf-high-txcount-4-val-1-client.yml b/system-test/performance-testcases/colo-gpu-perf-high-txcount-4-val-1-client.yml index d9dbd8c339..8e62df6486 100755 --- a/system-test/performance-testcases/colo-gpu-perf-high-txcount-4-val-1-client.yml +++ b/system-test/performance-testcases/colo-gpu-perf-high-txcount-4-val-1-client.yml @@ -7,7 +7,7 @@ steps: TESTNET_TAG: "colo-perf-gpu-enabled" ENABLE_GPU: "true" TEST_DURATION_SECONDS: 600 - NUMBER_OF_VALIDATOR_NODES: 3 + NUMBER_OF_VALIDATOR_NODES: 2 NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 20000 --thread-batch-sleep-ms 250" ADDITIONAL_FLAGS: "" diff --git a/system-test/sanity-testcases/colo-partition-sanity-test.yml b/system-test/sanity-testcases/colo-partition-sanity-test.yml index 61f6ab99f6..95e42fabdb 100755 --- a/system-test/sanity-testcases/colo-partition-sanity-test.yml +++ b/system-test/sanity-testcases/colo-partition-sanity-test.yml @@ -5,7 +5,7 @@ steps: UPLOAD_RESULTS_TO_SLACK: "true" CLOUD_PROVIDER: "colo" TESTNET_TAG: "colo-perf-cpu-only" - NUMBER_OF_VALIDATOR_NODES: 3 + NUMBER_OF_VALIDATOR_NODES: 2 ENABLE_GPU: "false" NUMBER_OF_CLIENT_NODES: 1 CLIENT_OPTIONS: "bench-tps=1=--tx_count 10000 --thread-batch-sleep-ms 250"