Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Ensure all GCE nightly tests use dedicated instances (#7944)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
danpaul000 authored and solana-grimes committed Jan 23, 2020
1 parent f1c5c72 commit 15193d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system-test/partition-testcases/gce-5-node-3-partition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 15193d0

Please sign in to comment.