Commit f3e710c
updated rust-vmm-ci
7af2e16 add support for specifying the agent queue
e2e2918 generate pipeline: support for FW unknown keys
b0edd17 autogenerate_pipeline: use dictionary instead of self
edd221a don't allow undocumented unsafe blocks
5f36cc9 fix whitespace problems in autogenerate script
2eab275 allow the timeout to be overwritten in input
1401bad fix test benchmark
258161e update README with latest version
6fbd7c7 fix test commit format
b3ed1c9 update to container version 16
99fe2eb Relax 50/72 rule for more descriptive titles
ee6be8c make coverage test less sensitive to changes
d216a46 Update to rustvmm/dev:v15 with Rust 1.58.1
d023262 Use v14 container image with Rust 1.54
b6858b2 run `cargo audit` with `--deny warnings` enabled
aee82cf Add @gsserge to CODEOWNERS
b037be3 update test_coverage to allow running it on crates
7931077 Assert no spaces in crate features JSON
68d4dbf Check formatting of code examples in doc comments
7f22582 update container version to v13
ce13bfb Make build warnings fatal, again
472dea0 Document default timeout for pipeline step
f67ef4c Update README.md
dd754bb Add timeout for Buildkite steps
e58c6f6 Remove static pipeline
6e1bdaa Make build warnings fatal
ae7db2d Rename master to main
1311bfa Update clippy test command
d7ca3dc Add help option for scripts
8901e77 Leftovers from #79
555474a Add script to run tests locally
cd3d97f Allow skipping tests when generating the pipeline
cc6ed99 Format integration tests code
ba2f45c make the test description configurable
877d1fb Update README.md
b47488a Autogenerate pipeline fron json config file
a00c7d2 Update the pipeline steps that run the tests
0b9d283 Create local rust crate and update config path
7693628 Update commit format test to work locally
d2ab3c0 use the latest docker plugin version
9f7b0d9 check commit authors for each commit
6591890 use rust-vmm-container v12
24d66cd update clippy check
ebc7016 exclude dependabot from the 50/72 commit rule
63fdf0f update rust-vmm-container
98a26fe Typo fix in README.md
631c82a mount tmp in test pipelines
03fcf08 don't run commit test for repos specified with git
3b7377c fixed typo in readme
c9430ee add gitignore file
e1108f1 buildkite: re-enable cargo audit test
02004b5 Add a flag that saves the coverage output dir
97025bd buildkite: Skip lines should be shorter than 70 chars
c83003c buildkite: Skip cargo audit check temporarily
c8cf2b7 buildkite: Fix audit label indentation
b3acb30 Fixes: rust-vmm/rust-vmm-ci#8
bedc32b Add --workspace flag to cargo check too
3ea5f2b improve a bit error messages for commit test
cd90a63 Add support for workspace tests
9dd386c readme update: cosmetic changes
265df53 Coverage test: keep stdin open
2d3bb05 add myself to codeowners
e58ea74 Fix kcov_ouput_dir typo in test_coverage.py
d62d781 fix buildkite typos in readme
0fc8ced refactor test_benchmark.py
741b894 checkout to PR branch before finishing test_bench
645a5c3 test_bench: don't crash when no bench on master
bd32544 Fetch origin in benchmark test
35beb91 Fix commit message test
53427aa benchmarks: add test that can run at every PR
abd2c90 Add test for commit message format
fe859f4 Update container image to v6
75d7254 run cargo check on all features
7e3f307 skip coverage-arm test
cd7096e Enable rust-vmm coverage test in CI
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 863b037 commit f3e710c
1 file changed
+1
-1
lines changedSubmodule rust-vmm-ci updated 17 files
- .buildkite/autogenerate_pipeline.py+342
- .buildkite/pipeline.yml-177
- .buildkite/test_description.json+77
- .gitignore+2
- CODEOWNERS+1-3
- Cargo.toml+5
- README.md+229-99
- coverage_config_aarch64.json.sample
- coverage_config_x86_64.json+5
- coverage_config_x86_64.json.sample+5
- integration_tests/conftest.py+38-3
- integration_tests/test_benchmark.py+122
- integration_tests/test_commit_format.py+95
- integration_tests/test_coverage.py+80-39
- integration_tests/utils.py+10
- src/lib.rs+3
- test_run.py+58
0 commit comments