[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.
This commit is contained in:
Jonathan Hui
2026-05-27 10:16:26 -07:00
committed by GitHub
parent 91a783f6ca
commit 289abbd87b
-13
View File
@@ -143,19 +143,6 @@ jobs:
packet_verification: 1 packet_verification: 1
nat64: 1 nat64: 1
description: "internet access" 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}}) name: BR ${{ matrix.description }} (${{ matrix.otbr_mdns }}, TREL=${{matrix.otbr_trel}})
env: env:
REFERENCE_DEVICE: 1 REFERENCE_DEVICE: 1