Skip to content

Commit

Permalink
[Telink] update zephyr revision for CI build tests
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Ji <[email protected]>
  • Loading branch information
damien0x0023 committed Nov 8, 2024
1 parent e57d0a4 commit 59184a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
platform: telink
- name: Update Zephyr to specific revision (for developers purpose)
shell: bash
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f5dad93d39b08966ba5da204104f010df1459981"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 57561f2876b1f271778ea08f6b075aea3a71dcaa"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
gh-context: ${{ toJson(github) }}

- name: Update Zephyr to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f5dad93d39b08966ba5da204104f010df1459981"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 57561f2876b1f271778ea08f6b075aea3a71dcaa"

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

0 comments on commit 59184a8

Please sign in to comment.