Skip to content

Commit 76bc969

Browse files
MatiasVarapriyasiddharth
authored andcommitted
Run kani as part of the CI pipeline
Run kani as a part of the CI pipeline. In particular, run the proofs for virtio-queue. In some cases, kani may not finish so set a twenty minutes timeout. Signed-off-by: Matias Ezequiel Vara Larsen <mvaralar@redhat.com>
1 parent 2a4e3a5 commit 76bc969

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/custom-tests.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
"command": "cd fuzz && cargo test --package common --lib blk && cargo +nightly fuzz run blk -- -max_total_time=900 -timeout=60s",
4949
"platform": ["x86_64", "aarch64"],
5050
"timeout_in_minutes": 20
51+
},
52+
{
53+
"test_name": "prove-virtio-queue",
54+
"command": "cargo kani --package virtio-queue",
55+
"platform": ["x86_64", "aarch64"],
56+
"timeout_in_minutes": 20
5157
}
5258
]
5359
}

0 commit comments

Comments
 (0)