Skip to content

Commit

Permalink
[Telink] Temporary disable B95 OTA failed build
Browse files Browse the repository at this point in the history
B95 will be removed fully in next commits
  • Loading branch information
s07641069 committed Jan 27, 2025
1 parent a880ad4 commit b5a1722
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,16 +241,16 @@ jobs:
- name: clean out build output
run: rm -rf ./out

- name: Build example Telink (B95) OTA Requestor App
# Run test for master and s07641069 PRs
if: github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --target 'telink-tlsr9258a-ota-requestor' build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
telink tlsr9258a ota-requestor-app \
out/telink-tlsr9258a-ota-requestor/zephyr/zephyr.elf \
/tmp/bloat_reports/
# - name: Build example Telink (B95) OTA Requestor App
# # Run test for master and s07641069 PRs
# if: github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
# run: |
# ./scripts/run_in_build_env.sh \
# "./scripts/build/build_examples.py --target 'telink-tlsr9258a-ota-requestor' build"
# .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
# telink tlsr9258a ota-requestor-app \
# out/telink-tlsr9258a-ota-requestor/zephyr/zephyr.elf \
# /tmp/bloat_reports/

- name: clean out build output
run: rm -rf ./out
Expand Down

0 comments on commit b5a1722

Please sign in to comment.