Skip to content

Commit

Permalink
[Telink] Update Zephyr hash to check CI
Browse files Browse the repository at this point in the history
Temporary enable every commit build for telink_tl721x branch
  • Loading branch information
s07641069 committed Dec 10, 2024
1 parent 3788949 commit 56c33a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- master
- 'v*-branch'
- telink_tl721x
pull_request:
merge_group:

Expand Down Expand Up @@ -109,9 +110,9 @@ jobs:
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
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 ffdbfe7560c0b628e03ab487ab110eeed9bdc8c7"
- 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 39d6b4ea8cd58c556b64ac1d61928db94909d103"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- master
- 'v*-branch'
- telink_tl721x
pull_request:
merge_group:

Expand Down Expand Up @@ -57,8 +58,8 @@ jobs:
with:
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 ffdbfe7560c0b628e03ab487ab110eeed9bdc8c7"
- name: Update Zephyr to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 39d6b4ea8cd58c556b64ac1d61928db94909d103"

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

0 comments on commit 56c33a3

Please sign in to comment.