Skip to content

Commit 61263b0

Browse files
committed
[Telink] Trigger CI for zephyr v3.7
- update zephyr revision to zephyr V3.7 - comment tl3218x_retention example due to ram limit. Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
1 parent f5342e5 commit 61263b0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
platform: telink
112112
- name: Update Zephyr to specific revision (for developers purpose)
113113
shell: bash
114-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 83e187168d097ce157972dbc92aeff888bf84d74"
114+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b8320f9853c629f627389ed87eb16149d1e05a5c"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

.github/workflows/examples-telink.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
gh-context: ${{ toJson(github) }}
5959

6060
- name: Update Zephyr to specific revision (for developers purpose)
61-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 83e187168d097ce157972dbc92aeff888bf84d74"
61+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b8320f9853c629f627389ed87eb16149d1e05a5c"
6262

6363
- name: Build example Telink (B92 retention) Air Quality Sensor App
6464
# Run test for master and s07641069 PRs
@@ -179,18 +179,18 @@ jobs:
179179
run: rm -rf ./out/telink*
180180

181181
# 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/
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/
191191

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

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

0 commit comments

Comments
 (0)