File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ branch and the `HEAD` of your current branch, run
198198``` sh
199199tools/devtool -y build --rev main --release
200200tools/devtool -y build --rev HEAD --release
201- tools/devtool -y test --ab -- run build/main build/HEAD --test integration_tests/performance/test_boottime.py::test_boottime
201+ tools/devtool -y test --no-build -- ab -- run build/main build/HEAD --test integration_tests/performance/test_boottime.py::test_boottime
202202```
203203
204204#### How to Write an A/B-Compatible Test and Common Pitfalls
Original file line number Diff line number Diff line change @@ -723,6 +723,7 @@ cmd_test() {
723723 cmd_build --release
724724 if [ -n " $BUILDKITE_PULL_REQUEST_BASE_BRANCH " ]; then
725725 cmd_build --release --rev " $BUILDKITE_PULL_REQUEST_BASE_BRANCH "
726+ ok_or_die " Failed to build Firecracker!"
726727 fi
727728 fi
728729
You can’t perform that action at this time.
0 commit comments