forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor system-test dir structure and add stability test (solana-lab…
- Loading branch information
1 parent
3f541df
commit 107360a
Showing
17 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...performance/aws-cpu-only-perf-10-node.yml → ...e-testcases/aws-cpu-only-perf-10-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-performance/aws-cpu-only-perf-5-node.yml → ...ce-testcases/aws-cpu-only-perf-5-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...erformance/azure-cpu-only-perf-5-node.yml → ...-testcases/azure-cpu-only-perf-5-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...estnet-performance/colo-cpu-only-perf.yml → ...formance-testcases/colo-cpu-only-perf.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...erformance/colo-gpu-perf-high-txcount.yml → ...-testcases/colo-gpu-perf-high-txcount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...est/testnet-performance/colo-gpu-perf.yml → ...t/performance-testcases/colo-gpu-perf.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...performance/gce-cpu-only-perf-10-node.yml → ...e-testcases/gce-cpu-only-perf-10-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-performance/gce-cpu-only-perf-5-node.yml → ...ce-testcases/gce-cpu-only-perf-5-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tnet-performance/gce-gpu-perf-10-node.yml → ...rmance-testcases/gce-gpu-perf-10-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...net-performance/gce-gpu-perf-100-node.yml → ...mance-testcases/gce-gpu-perf-100-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tnet-performance/gce-gpu-perf-25-node.yml → ...rmance-testcases/gce-gpu-perf-25-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stnet-performance/gce-gpu-perf-5-node.yml → ...ormance-testcases/gce-gpu-perf-5-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tnet-performance/gce-gpu-perf-50-node.yml → ...rmance-testcases/gce-gpu-perf-50-node.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
steps: | ||
- command: "system-test/testnet-automation.sh" | ||
label: "GCE - 8 hour Stability - 5 Node" | ||
env: | ||
UPLOAD_RESULTS_TO_SLACK: "true" | ||
CLOUD_PROVIDER: "gce" | ||
TESTNET_TAG: "gce-stability" | ||
RAMP_UP_TIME: 0 | ||
TEST_DURATION_SECONDS: 28800 | ||
NUMBER_OF_VALIDATOR_NODES: 5 | ||
ENABLE_GPU: "false" | ||
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" | ||
ADDITIONAL_FLAGS: "--dedicated" | ||
agents: | ||
- "queue=testnet-deploy" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.