summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArron Wang <arron.wang@intel.com>2020-09-03 10:14:19 +0000
committerAndreea Florescu <andreea.florescu15@gmail.com>2020-09-04 17:59:53 +0300
commit9154907c984f4b2d8e5544d7e1fe35c046236d9f (patch)
treeca8be99a70341d378f9a6c040b3e166918b1c500
parenta746f85b5926d40f325c9303783cb0895214132f (diff)
downloadvmm_vhost-9154907c984f4b2d8e5544d7e1fe35c046236d9f.tar.gz
Switch to rust-vmm-ci for the CI
Signed-off-by: Arron Wang <arron.wang@intel.com>
-rw-r--r--.gitmodules3
-rw-r--r--.travis.yml14
-rw-r--r--coverage_config_aarch64.json1
-rw-r--r--coverage_config_x86_64.json1
m---------rust-vmm-ci0
5 files changed, 5 insertions, 14 deletions
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/.travis.yml b/.travis.yml
deleted file mode 100644
index 02c1695..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-language: rust
-
-rust:
- - stable
-
-before_script:
- - rustup component add clippy
- - rustup component add rustfmt
-
-script:
- - cargo build --release
- - cargo test
- - cargo clippy --all-targets --all-features -- -D warnings
- - cargo fmt --all -- --check
diff --git a/coverage_config_aarch64.json b/coverage_config_aarch64.json
new file mode 100644
index 0000000..67543fc
--- /dev/null
+++ b/coverage_config_aarch64.json
@@ -0,0 +1 @@
+{"coverage_score": 39.8, "exclude_path": "", "crate_features": "vhost-vsock,vhost-kern,vhost-user-master,vhost-user-slave"} \ No newline at end of file
diff --git a/coverage_config_x86_64.json b/coverage_config_x86_64.json
new file mode 100644
index 0000000..67543fc
--- /dev/null
+++ b/coverage_config_x86_64.json
@@ -0,0 +1 @@
+{"coverage_score": 39.8, "exclude_path": "", "crate_features": "vhost-vsock,vhost-kern,vhost-user-master,vhost-user-slave"} \ No newline at end of file
diff --git a/rust-vmm-ci b/rust-vmm-ci
new file mode 160000
+Subproject e58ea7445ace0cb984f8002ba2436c34cf592ef