solana/system-test/stability-testcases/gce-stability-5-node.yml

20 lines
675 B
YAML
Executable File

steps:
- command: "system-test/testnet-automation.sh"
label: "GCE - 8 hour Stability - 5 Node"
env:
UPLOAD_RESULTS_TO_SLACK: "true"
UPLOAD_RESULTS_TO_DISCORD: "true"
CLOUD_PROVIDER: "gce"
TESTNET_TAG: "gce-stability"
TEST_DURATION_SECONDS: 28800
NUMBER_OF_VALIDATOR_NODES: 5
ENABLE_GPU: "false"
VALIDATOR_NODE_MACHINE_TYPE: "--machine-type n2-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: "false"
ADDITIONAL_FLAGS: "--dedicated"
TEST_TYPE: "fixed_duration"
agents:
queue: "stability-deploy"