Skip to content

Commit 2072a06

Browse files
committed
telink: tl321x: fix buteo retention .
- update commit id. - clean -shell in buteo ci. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
1 parent bf9ef44 commit 2072a06

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
uses: ./.github/actions/checkout-submodules-and-bootstrap
110110
with:
111111
platform: telink
112-
# - name: Update Zephyr to specific revision (for developers purpose)
113-
# shell: bash
114-
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py fdccaba1ebc147908e9cca653e6c6743def3332b"
112+
- name: Update Zephyr to specific revision (for developers purpose)
113+
shell: bash
114+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 5e1c91c9fb0c0a9b32bb075283e5f7cb77606d74"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

.github/workflows/examples-telink.yaml

+18-17
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
with:
5858
gh-context: ${{ toJson(github) }}
5959

60-
# - name: Update Zephyr to specific revision (for developers purpose)
61-
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py fdccaba1ebc147908e9cca653e6c6743def3332b"
60+
- name: Update Zephyr to specific revision (for developers purpose)
61+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 5e1c91c9fb0c0a9b32bb075283e5f7cb77606d74"
6262

6363
- name: Build example Telink (B92 retention) Air Quality Sensor App
6464
# Run test for master and s07641069 PRs
@@ -165,31 +165,32 @@ jobs:
165165
- name: clean out build output (keep tools)
166166
run: rm -rf ./out/telink*
167167

168-
- name: Build example Telink (tl321x) Lighting App with OTA (LZMA), Shell, Factory Data
168+
- name: Build example Telink (tl321x) Lighting App with OTA (LZMA), Factory Data
169169
# Run test for master and all PRs
170170
run: |
171171
./scripts/run_in_build_env.sh \
172-
"./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-shell-factory-data' build"
172+
"./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-factory-data' build"
173173
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
174-
telink tl3218x light-app-ota-compress-lzma-shell-factory-data \
175-
out/telink-tl3218x-light-ota-compress-lzma-shell-factory-data/zephyr/zephyr.elf \
174+
telink tl3218x light-app-ota-compress-lzma-factory-data \
175+
out/telink-tl3218x-light-ota-compress-lzma-factory-data/zephyr/zephyr.elf \
176176
/tmp/bloat_reports/
177177
178178
- name: clean out build output (keep tools)
179179
run: rm -rf ./out/telink*
180180

181-
- name: Build example Telink (tl321x_retention) Light Switch App with OTA, Shell, Factory Data
182-
# Run test for master and all PRs
183-
run: |
184-
./scripts/run_in_build_env.sh \
185-
"./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-shell-factory-data' build"
186-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
187-
telink tl3218x_retention light-switch-app-ota-shell-factory-data \
188-
out/telink-tl3218x_retention-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \
189-
/tmp/bloat_reports/
181+
# tl321x_retention is not supported by the Zephyr 3.7 version
182+
# - name: Build example Telink (tl321x_retention) Light Switch App with OTA, Shell, Factory Data
183+
# # Run test for master and all PRs
184+
# run: |
185+
# ./scripts/run_in_build_env.sh \
186+
# "./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-shell-factory-data' build"
187+
# .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
188+
# telink tl3218x_retention light-switch-app-ota-shell-factory-data \
189+
# out/telink-tl3218x_retention-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \
190+
# /tmp/bloat_reports/
190191

191-
- name: clean out build output (keep tools)
192-
run: rm -rf ./out/telink*
192+
# - name: clean out build output (keep tools)
193+
# run: rm -rf ./out/telink*
193194

194195
- name: Build example Telink (tl721x) Lighting App with OTA, Shell, Factory Data
195196
# Run test for master and all PRs

0 commit comments

Comments
 (0)