Skip to content

Commit

Permalink
[github-actions] migrate version 1.3 checks to 1.4 (#2490)
Browse files Browse the repository at this point in the history
* submodule: bump third_party/openthread/repo from `c0690e7` to `dccc519`

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `c0690e7` to `dccc519`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@c0690e7...dccc519)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* [github-actions] migrate version 1.3 checks to 1.4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
jwhui and dependabot[bot] authored Sep 13, 2024
1 parent 5d6282f commit fbde28a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/border_router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
name: ${{ matrix.name }}
env:
PACKET_VERIFICATION: ${{ matrix.packet_verification }}
THREAD_VERSION: 1.3
THREAD_VERSION: 1.4
VIRTUAL_TIME: 0
PYTHONUNBUFFERED: 1
REFERENCE_DEVICE: 1
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.check_cache_result.outputs.cache-hit != 'true' }}
with:
name: thread-1-3-backbone-results
name: thread-1-4-backbone-results
path: |
third_party/openthread/repo/ot_testing/*.pcap
third_party/openthread/repo/ot_testing/*.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ncp_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: tests/scripts/bootstrap.sh
- name: Build
run: |
OTBR_BUILD_DIR="./build/temp" script/cmake-build -DCMAKE_BUILD_TYPE=Debug -DOT_THREAD_VERSION=1.3 -DOTBR_COVERAGE=ON -DOTBR_DBUS=ON -DOTBR_FEATURE_FLAGS=ON -DOTBR_TELEMETRY_DATA_API=ON -DOTBR_WEB=ON -DOTBR_UNSECURE_JOIN=ON -DOTBR_TREL=ON
OTBR_BUILD_DIR="./build/temp" script/cmake-build -DCMAKE_BUILD_TYPE=Debug -DOT_THREAD_VERSION=1.4 -DOTBR_COVERAGE=ON -DOTBR_DBUS=ON -DOTBR_FEATURE_FLAGS=ON -DOTBR_TELEMETRY_DATA_API=ON -DOTBR_WEB=ON -DOTBR_UNSECURE_JOIN=ON -DOTBR_TREL=ON
- name: Run
run: OTBR_VERBOSE=1 OTBR_TOP_BUILDDIR="./build/temp" script/test ncp_mode
- name: Codecov
Expand Down
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ do_build()
otbr_options=(
"-DCMAKE_BUILD_TYPE=${OTBR_BUILD_TYPE}"
"-DCMAKE_INSTALL_PREFIX=/usr"
"-DOT_THREAD_VERSION=1.3"
"-DOT_THREAD_VERSION=1.4"
"-DOTBR_DBUS=ON"
"-DOTBR_FEATURE_FLAGS=ON"
"-DOTBR_TELEMETRY_DATA_API=ON"
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/meshcop
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ test_meshcop_service()
service="$(scan_meshcop_service)"
grep "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
grep "rv=1" <<<"${service}"
grep "tv=1\.3\.0" <<<"${service}"
grep "tv=1\.4\.0" <<<"${service}"
grep "nn=${network_name}" <<<"${service}"
grep "xp=${xpanid_txt}" <<<"${service}"
grep "xa=${extaddr_txt}" <<<"${service}"
Expand Down

0 comments on commit fbde28a

Please sign in to comment.