Skip to content

Commit 274fc2d

Browse files
Alexandra Iordachealxiord
authored andcommitted
buildkite: benchmark tests pipeline
Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
1 parent 486047d commit 274fc2d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.buildkite/bench_pipeline.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
steps:
4+
- label: "bench-x86_64"
5+
commands:
6+
- pytest rust-vmm-ci/integration_tests/test_benchmark.py -s
7+
retry:
8+
automatic: false
9+
agents:
10+
platform: x86_64.metal
11+
plugins:
12+
- docker#v3.0.1:
13+
image: "rustvmm/dev:v6"
14+
always-pull: true
15+
propagate-environment: true
16+
17+
- label: "bench-aarch64"
18+
commands:
19+
- pytest rust-vmm-ci/integration_tests/test_benchmark.py -s
20+
retry:
21+
automatic: false
22+
agents:
23+
platform: arm.metal
24+
plugins:
25+
- docker#v3.0.1:
26+
image: "rustvmm/dev:v6"
27+
always-pull: true
28+
propagate-environment: true

0 commit comments

Comments
 (0)