Ensure all GCE nightly tests use dedicated instances (#7944)

automerge
This commit is contained in:
Dan Albert 2020-01-23 13:17:12 -05:00 committed by Grimes
parent f1c5c72e62
commit 15193d0e1f
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ steps:
CLIENT_OPTIONS: "bench-tps=2=--tx_count 15000 --thread-batch-sleep-ms 250"
TESTNET_ZONES: "us-west1-a"
USE_PUBLIC_IP_ADDRESSES: "true"
ADDITIONAL_FLAGS: ""
ADDITIONAL_FLAGS: "--dedicated"
APPLY_PARTITIONS: "true"
NETEM_CONFIG_FILE: "system-test/netem-configs/partial-loss-three-partitions"
PARTITION_ACTIVE_DURATION: 30

View File

@ -13,6 +13,6 @@ steps:
CLIENT_OPTIONS: "bench-tps=1=--tx_count 80000 --thread-batch-sleep-ms 1000"
TESTNET_ZONES: "us-west1-a,us-west1-b,us-central1-a,europe-west4-a"
USE_PUBLIC_IP_ADDRESSES: "true"
ADDITIONAL_FLAGS: ""
ADDITIONAL_FLAGS: "--dedicated"
agents:
- "queue=gce-deploy"

View File

@ -13,6 +13,6 @@ steps:
CLIENT_OPTIONS: "bench-tps=2=--tx_count 20000 --thread-batch-sleep-ms 250"
TESTNET_ZONES: "us-west1-a,us-west1-b,us-central1-a,europe-west4-a"
USE_PUBLIC_IP_ADDRESSES: "true"
ADDITIONAL_FLAGS: ""
ADDITIONAL_FLAGS: "--dedicated"
agents:
- "queue=gce-deploy"