mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user