Add single testcase to run entire TPS report (#9143)
This commit is contained in:
parent
268e04cb4a
commit
691a3c6087
|
@ -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"
|
Loading…
Reference in New Issue