Update bors config

Add armv build check to bors.
Update build and test names due to matix configuration changes.
This commit is contained in:
Daniel Karzel 2021-03-15 16:04:14 +11:00
parent 442c377490
commit 222724b59a

View File

@ -1,10 +1,11 @@
status = [ status = [
"static_analysis", "static_analysis",
"build (x86_64-unknown-linux-gnu)", "build (x86_64-unknown-linux-gnu, ubuntu-latest)",
"build (x86_64-apple-darwin)", "build (armv7-unknown-linux-gnueabihf, ubuntu-latest)",
"build (x86_64-pc-windows-msvc)", "build (x86_64-apple-darwin, macos-latest)",
"test (x86_64-unknown-linux-gnu)", "build (x86_64-pc-windows-msvc, windows-latest)",
"test (x86_64-apple-darwin)", "test (x86_64-unknown-linux-gnu, ubuntu-latest)",
"test (x86_64-apple-darwin, macos-latest)",
"docker_tests (happy_path)", "docker_tests (happy_path)",
"docker_tests (happy_path_restart_bob_before_comm)", "docker_tests (happy_path_restart_bob_before_comm)",
"docker_tests (bob_refunds_using_cancel_and_refund_command)", "docker_tests (bob_refunds_using_cancel_and_refund_command)",