We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486047d commit 274fc2dCopy full SHA for 274fc2d
.buildkite/bench_pipeline.yml
@@ -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
19
20
21
22
23
+ platform: arm.metal
24
25
26
27
28
0 commit comments