removes use of public ip addresses from system tests
Using global IPs causes outbound traffic which costs money: https://github.com/solana-labs/solana/pull/18728#issuecomment-884290209
This commit is contained in:
@ -12,7 +12,7 @@ steps:
|
||||
NUMBER_OF_CLIENT_NODES: 1
|
||||
CLIENT_OPTIONS: "bench-tps=1=--tx_count 10000 --thread-batch-sleep-ms 250"
|
||||
TESTNET_ZONES: "westus"
|
||||
USE_PUBLIC_IP_ADDRESSES: "true"
|
||||
USE_PUBLIC_IP_ADDRESSES: "false"
|
||||
ADDITIONAL_FLAGS: ""
|
||||
TEST_TYPE: "fixed_duration"
|
||||
agents:
|
||||
|
Reference in New Issue
Block a user