Skip to content

Commit cbb6238

Browse files
committed
telink: test CI
- test CI Signed-off-by: Lingzhi Chen <lingzhi.chen@telink-semi.com>
1 parent 848f08b commit cbb6238

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ jobs:
131131
uses: ./.github/actions/checkout-submodules-and-bootstrap
132132
with:
133133
platform: telink
134-
# - name: Update Zephyr to specific revision (for developers purpose)
135-
# shell: bash
136-
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 46b82695b9390d74bcfa4b01a14a009c01b96895"
134+
- name: Update Zephyr to specific revision (for developers purpose)
135+
shell: bash
136+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py c7368ffbe78ad6d06a2d1bcc75e8e01d47c6f2be"
137137
- name: CI Examples Telink
138138
shell: bash
139139
run: |

.github/workflows/examples-telink.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ jobs:
377377
with:
378378
gh-context: ${{ toJson(github) }}
379379

380-
# - name: Update Zephyr version 3.3.0 (branch: develop_3.3) to specific revision (for developers purpose)
381-
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py fdccaba1ebc147908e9cca653e6c6743def3332b"
380+
- name: Update Zephyr version 3.3.0 (branch: develop_3.3) to specific revision (for developers purpose)
381+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py c7368ffbe78ad6d06a2d1bcc75e8e01d47c6f2be"
382382

383383
- name: Build example Telink (B92 retention) Air Quality Sensor App
384384
# Run test for master and s07641069 PRs

0 commit comments

Comments
 (0)