|
19 | 19 | branches:
|
20 | 20 | - master
|
21 | 21 | - 'v*-branch'
|
| 22 | + - update_zephyr_3.7 |
22 | 23 | pull_request:
|
23 | 24 | merge_group:
|
24 | 25 |
|
|
57 | 58 | with:
|
58 | 59 | gh-context: ${{ toJson(github) }}
|
59 | 60 |
|
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 8b29ee6b118ebe6eeec3224dbe343474e11403d8" |
| 61 | + - name: Update Zephyr SDK (Temporary change for debugging purpose) |
| 62 | + run: | |
| 63 | + cd /opt/telink \ |
| 64 | + rm -rf zephyr-sdk-0.16.1 \ |
| 65 | + curl --location https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.17.0/zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz --output zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \ |
| 66 | + tar xvf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \ |
| 67 | + rm -rf zephyr-sdk-0.17.0_linux-x86_64_minimal.tar.xz \ |
| 68 | + zephyr-sdk-0.17.0/setup.sh -t riscv64-zephyr-elf |
| 69 | +
|
| 70 | + - name: Update Zephyr to specific revision (for developers purpose) |
| 71 | + run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 46ac12b997d6f1ced2c5cc86a7e21d880d4b114e" |
62 | 72 |
|
63 | 73 | - name: Build example Telink (B92 retention) Air Quality Sensor App
|
64 | 74 | # Run test for master and s07641069 PRs
|
|
77 | 87 | - name: Build example Telink (W91) All Clusters App
|
78 | 88 | # Run test for master and s07641069 PRs
|
79 | 89 | if: github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
|
80 |
| - continue-on-error: true |
81 | 90 | run: |
|
82 | 91 | ./scripts/run_in_build_env.sh \
|
83 | 92 | "./scripts/build/build_examples.py --target 'telink-tlsr9118bdk40d-all-clusters' build"
|
@@ -142,7 +151,6 @@ jobs:
|
142 | 151 |
|
143 | 152 | - name: Build example Telink (W91) Lighting App with OTA, Factory Data
|
144 | 153 | # Run test for master and all PRs
|
145 |
| - continue-on-error: true |
146 | 154 | run: |
|
147 | 155 | ./scripts/run_in_build_env.sh \
|
148 | 156 | "./scripts/build/build_examples.py --target 'telink-tlsr9118bdk40d-light-ota-factory-data' build"
|
@@ -308,7 +316,6 @@ jobs:
|
308 | 316 | - name: Build example Telink (W91) Window Covering App
|
309 | 317 | # Run test for master and s07641069 PRs
|
310 | 318 | if: github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
|
311 |
| - continue-on-error: true |
312 | 319 | run: |
|
313 | 320 | ./scripts/run_in_build_env.sh \
|
314 | 321 | "./scripts/build/build_examples.py --target 'telink-tlsr9118bdk40d-window-covering' build"
|
|
0 commit comments