[test] disable INTER_OP_BBR by default (#8952)

This commit disables `INTER_OP_BBR` by default to avoid unnecessary
build in most times.
This commit is contained in:
Yakun Xu
2023-04-13 22:58:07 -07:00
committed by GitHub
parent 0ca01ae501
commit 720965ae1b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -56,6 +56,7 @@ jobs:
THREAD_VERSION: 1.3
VIRTUAL_TIME: 1
INTER_OP: 1
INTER_OP_BBR: 1
CC: ${{ matrix.compiler.c }}
CXX: ${{ matrix.compiler.cxx }}
strategy:
@@ -186,6 +187,7 @@ jobs:
VIRTUAL_TIME: 1
PACKET_VERIFICATION: 1
THREAD_VERSION: 1.3
INTER_OP_BBR: 1
MULTIPLY: 3
steps:
- name: Harden Runner
+1 -1
View File
@@ -74,7 +74,7 @@ readonly NAT64
NAT64_SERVICE="${NAT64_SERVICE:-openthread}"
readonly NAT64_SERVICE
INTER_OP_BBR="${INTER_OP_BBR:-1}"
INTER_OP_BBR="${INTER_OP_BBR:-0}"
readonly INTER_OP_BBR
OT_COREDUMP_DIR="${PWD}/ot-core-dump"