Skip to content

Commit ff3ae8b

Browse files
catdumandreeaflorescu
authored andcommitted
Deprecate custom pipelines
We can autogenerate the custom pipelines as well now. Signed-off-by: Catalin Dumitru <catdum@amazon.com>
1 parent 6439b1b commit ff3ae8b

File tree

4 files changed

+30
-58
lines changed

4 files changed

+30
-58
lines changed

.buildkite/bench-tests.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"tests": [
3+
{
4+
"test_name": "bench",
5+
"command": "pytest rust-vmm-ci/integration_tests/test_benchmark.py -s",
6+
"platform": [
7+
"x86_64",
8+
"aarch64"
9+
]
10+
}
11+
]
12+
}

.buildkite/bench_pipeline.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.buildkite/custom-tests.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"tests": [
3+
{
4+
"test_name": "build-gnu-bzimage",
5+
"command": "cargo build --release --features bzimage",
6+
"platform": [
7+
"x86_64"
8+
]
9+
},
10+
{
11+
"test_name": "build-musl-bzimage",
12+
"command": "cargo build --release --features bzimage --target {target_platform}-unknown-linux-musl",
13+
"platform": [
14+
"x86_64"
15+
]
16+
}
17+
]
18+
}

.buildkite/pipeline.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)