* 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 (cherry picked from commitbd8f793809
) * removes redundant allow-private-addr from system tests Following https://github.com/solana-labs/solana/pull/19130 if gce.sh creat is invoked without -P then --allow-private-addr is implied: https://github.com/solana-labs/solana/blob/4cc1b1504/net/common.sh#L68-L73 Therefore tests only need to specify: USE_PUBLIC_IP_ADDRESSES: "false" (cherry picked from commit18463aa846
) # Conflicts: # system-test/partition-testcases/gce-5-node-3-partition.yml # system-test/partition-testcases/gce-partition-once-then-stabilize.yml # system-test/partition-testcases/gce-partition-with-offline.yml * removes backport merge conflicts Co-authored-by: behzad nouri <behzadnouri@gmail.com>