From 9317cb0ede8f150766ca079769d539c99540ef9c Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 16 Sep 2021 19:44:57 +0200 Subject: [PATCH] Add bors.toml --- .github/bors.toml | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/bors.toml diff --git a/.github/bors.toml b/.github/bors.toml new file mode 100644 index 0000000..5f14937 --- /dev/null +++ b/.github/bors.toml @@ -0,0 +1,48 @@ +status = [ + "fuzz", + "test (stable, default)", + "clippy", + "fmt", + "test (stable, std proto-ipv4)", + "test (stable, std medium-ethernet phy-raw_socket proto-ipv6 socket-udp)", + "test (stable, std medium-ethernet phy-tuntap_interface proto-ipv6 socket-udp)", + "test (stable, std medium-ethernet proto-ipv4 proto-igmp socket-raw)", + "test (stable, std medium-ethernet proto-ipv4 socket-udp socket-tcp)", + "test (stable, std medium-ethernet proto-ipv4 proto-dhcpv4 socket-udp)", + "test (stable, std medium-ethernet proto-ipv6 socket-udp)", + "test (stable, std medium-ethernet proto-ipv6 socket-tcp)", + "test (stable, std medium-ethernet proto-ipv4 socket-icmp socket-tcp)", + "test (stable, std medium-ethernet proto-ipv6 socket-icmp socket-tcp)", + "test (stable, std medium-ethernet proto-ipv4 proto-ipv6 socket-raw socket-udp socket-tcp socket-i...", + "test (1.53.0, default)", + "test (1.53.0, std proto-ipv4)", + "test (1.53.0, std medium-ethernet phy-raw_socket proto-ipv6 socket-udp)", + "test (1.53.0, std medium-ethernet phy-tuntap_interface proto-ipv6 socket-udp)", + "test (1.53.0, std medium-ethernet proto-ipv4 proto-igmp socket-raw)", + "test (1.53.0, std medium-ethernet proto-ipv4 socket-udp socket-tcp)", + "test (1.53.0, std medium-ethernet proto-ipv4 proto-dhcpv4 socket-udp)", + "test (1.53.0, std medium-ethernet proto-ipv6 socket-udp)", + "test (1.53.0, std medium-ethernet proto-ipv6 socket-tcp)", + "test (1.53.0, std medium-ethernet proto-ipv4 socket-icmp socket-tcp)", + "test (1.53.0, std medium-ethernet proto-ipv6 socket-icmp socket-tcp)", + "test (1.53.0, std medium-ethernet proto-ipv4 proto-ipv6 socket-raw socket-udp socket-tcp socket-i...", + "test (nightly, default)", + "test (nightly, std proto-ipv4)", + "test (nightly, std medium-ethernet phy-raw_socket proto-ipv6 socket-udp)", + "test (nightly, std medium-ethernet phy-tuntap_interface proto-ipv6 socket-udp)", + "test (nightly, std medium-ethernet proto-ipv4 proto-igmp socket-raw)", + "test (nightly, std medium-ethernet proto-ipv4 socket-udp socket-tcp)", + "test (nightly, std medium-ethernet proto-ipv4 proto-dhcpv4 socket-udp)", + "test (nightly, std medium-ethernet proto-ipv6 socket-udp)", + "test (nightly, std medium-ethernet proto-ipv6 socket-tcp)", + "test (nightly, std medium-ethernet proto-ipv4 socket-icmp socket-tcp)", + "test (nightly, std medium-ethernet proto-ipv6 socket-icmp socket-tcp)", + "test (nightly, std medium-ethernet proto-ipv4 proto-ipv6 socket-raw socket-udp socket-tcp socket-...", + "test (nightly, alloc medium-ethernet proto-ipv4 proto-ipv6 socket-raw socket-udp socket-tcp socke...", + "check (stable, medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-raw...", + "check (stable, defmt defmt-trace medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto...", + "check (1.53.0, medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-raw...", + "check (1.53.0, defmt defmt-trace medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto...", + "check (nightly, medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp proto-dhcpv4 socket-ra...", + "check (nightly, defmt defmt-trace medium-ip medium-ethernet proto-ipv6 proto-ipv6 proto-igmp prot...", +]