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:
@ -11,7 +11,7 @@ steps:
|
||||
VALIDATOR_NODE_MACHINE_TYPE: "--machine-type n1-standard-16"
|
||||
NUMBER_OF_CLIENT_NODES: 0
|
||||
TESTNET_ZONES: "us-west1-a,us-west1-b,us-central1-a,europe-west4-a"
|
||||
USE_PUBLIC_IP_ADDRESSES: "true"
|
||||
USE_PUBLIC_IP_ADDRESSES: "false"
|
||||
ADDITIONAL_FLAGS: "--dedicated"
|
||||
TEST_TYPE: "fixed_duration"
|
||||
agents:
|
||||
|
Reference in New Issue
Block a user