Skip to content

Commit 05393f5

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 05393f5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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

+10-10
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,27 +165,27 @@ 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
181+
- name: Build example Telink (tl321x_retention) Light Switch App with OTA, Factory Data
182182
# Run test for master and all PRs
183183
run: |
184184
./scripts/run_in_build_env.sh \
185-
"./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-shell-factory-data' build"
185+
"./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-factory-data' build"
186186
.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 \
187+
telink tl3218x_retention light-switch-app-ota-factory-data \
188+
out/telink-tl3218x_retention-light-switch-ota-factory-data/zephyr/zephyr.elf \
189189
/tmp/bloat_reports/
190190
191191
- name: clean out build output (keep tools)

0 commit comments

Comments
 (0)