From 222724b59ad90a9e91de6554f8cb4e4a3638f1ae Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Mon, 15 Mar 2021 16:04:14 +1100 Subject: [PATCH] Update bors config Add armv build check to bors. Update build and test names due to matix configuration changes. --- bors.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bors.toml b/bors.toml index 11761796..ea398644 100644 --- a/bors.toml +++ b/bors.toml @@ -1,10 +1,11 @@ status = [ "static_analysis", - "build (x86_64-unknown-linux-gnu)", - "build (x86_64-apple-darwin)", - "build (x86_64-pc-windows-msvc)", - "test (x86_64-unknown-linux-gnu)", - "test (x86_64-apple-darwin)", + "build (x86_64-unknown-linux-gnu, ubuntu-latest)", + "build (armv7-unknown-linux-gnueabihf, ubuntu-latest)", + "build (x86_64-apple-darwin, macos-latest)", + "build (x86_64-pc-windows-msvc, windows-latest)", + "test (x86_64-unknown-linux-gnu, ubuntu-latest)", + "test (x86_64-apple-darwin, macos-latest)", "docker_tests (happy_path)", "docker_tests (happy_path_restart_bob_before_comm)", "docker_tests (bob_refunds_using_cancel_and_refund_command)",