From fc538a8ba0f1ca819868c31c0a1b3455964dfad4 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Thu, 30 Jan 2020 11:20:40 +0200 Subject: [PATCH] Added Buildkite CI It's easier to test this with the rust-vmm-ci directly as it already runs all the basic tests. Signed-off-by: Andreea Florescu --- .gitmodules | 3 +++ coverage_config.json | 1 + rust-vmm-ci | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 100644 coverage_config.json create mode 160000 rust-vmm-ci diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bda97eb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rust-vmm-ci"] + path = rust-vmm-ci + url = https://github.com/rust-vmm/rust-vmm-ci.git diff --git a/coverage_config.json b/coverage_config.json new file mode 100644 index 0000000..d74cfa3 --- /dev/null +++ b/coverage_config.json @@ -0,0 +1 @@ +{"coverage_score": 93.1, "exclude_path": "", "crate_features": ""} \ No newline at end of file diff --git a/rust-vmm-ci b/rust-vmm-ci new file mode 160000 index 0000000..c309d06 --- /dev/null +++ b/rust-vmm-ci @@ -0,0 +1 @@ +Subproject commit c309d0627bde6b07db91201dd8b47007841c100a