From 289abbd87be6db069432adaf9bcdb697eb995112 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 27 May 2026 10:16:26 -0700 Subject: [PATCH] [github-actions] remove avahi configurations from otbr workflow (#13162) This commit removes the `avahi` mDNS configurations from the `thread-border-router` job matrix in the OpenThread Border Router (`otbr.yml`) workflow. With this change, the `thread-border-router` integration tests will exclusively run using the `mDNSResponder` configuration. --- .github/workflows/otbr.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/otbr.yml b/.github/workflows/otbr.yml index 42c66395c..624290049 100644 --- a/.github/workflows/otbr.yml +++ b/.github/workflows/otbr.yml @@ -143,19 +143,6 @@ jobs: packet_verification: 1 nat64: 1 description: "internet access" - - otbr_mdns: "avahi" - otbr_trel: 0 - cert_scripts: ./tests/scripts/thread-cert/border_router/*.py - packet_verification: 1 - nat64: 0 - description: "" - - otbr_mdns: "avahi" - otbr_trel: 0 - cert_scripts: ./tests/scripts/thread-cert/border_router/*.py - packet_verification: 1 - nat64: 0 - use_core_firewall: 1 - description: "core-firewall" name: BR ${{ matrix.description }} (${{ matrix.otbr_mdns }}, TREL=${{matrix.otbr_trel}}) env: REFERENCE_DEVICE: 1