Add single testcase to run entire TPS report (#9143)

This commit is contained in:
Dan Albert 2020-04-01 10:29:18 -06:00 committed by GitHub
parent 268e04cb4a
commit 691a3c6087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
steps:
- command: "buildkite-agent pipeline upload system-test/performance-testcases/gce-gpu-perf-5-node.yml"
name: "5 Node Test - TPS Report"
- wait: ~
continue_on_failure: true
- command: "buildkite-agent pipeline upload system-test/performance-testcases/gce-gpu-perf-10-node.yml"
name: "10 Node Test - TPS Report"
- wait: ~
continue_on_failure: true
- command: "buildkite-agent pipeline upload system-test/performance-testcases/gce-gpu-perf-25-node.yml"
name: "25 Node Test - TPS Report"
- wait: ~
continue_on_failure: true
- command: "buildkite-agent pipeline upload system-test/performance-testcases/gce-gpu-perf-50-node.yml"
name: "50 Node Test - TPS Report"