39
39
if : github.actor != 'restyled-io[bot]'
40
40
41
41
container :
42
- image : ghcr.io/project-chip/chip-build-telink:104
42
+ image : ghcr.io/project-chip/chip-build-telink:112
43
43
volumes :
44
44
- " /tmp/bloat_reports:/tmp/bloat_reports"
45
45
58
58
gh-context : ${{ toJson(github) }}
59
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 52c23bb5bfa7b08fb2499fda8c34cbd3418e0c1d "
61
+ # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ce4027fc0768b8509758af2e43f74e3fd2c7d58d "
62
62
63
63
- name : Build example Telink (B92 retention) Air Quality Sensor App
64
64
# Run test for master and s07641069 PRs
77
77
- name : Build example Telink (W91) All Clusters App
78
78
# Run test for master and s07641069 PRs
79
79
if : github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
80
- continue-on-error : true
81
80
run : |
82
81
./scripts/run_in_build_env.sh \
83
82
"./scripts/build/build_examples.py --target 'telink-tlsr9118bdk40d-all-clusters' build"
@@ -142,7 +141,6 @@ jobs:
142
141
143
142
- name : Build example Telink (W91) Lighting App with OTA, Factory Data
144
143
# Run test for master and all PRs
145
- continue-on-error : true
146
144
run : |
147
145
./scripts/run_in_build_env.sh \
148
146
"./scripts/build/build_examples.py --target 'telink-tlsr9118bdk40d-light-ota-factory-data' build"
@@ -154,7 +152,7 @@ jobs:
154
152
- name : clean out build output (keep tools)
155
153
run : rm -rf ./out/telink*
156
154
157
- - name : Build example Telink (B91) Lighting App with OTA, RPC, Factory Data and 4Mb flash
155
+ - name : Build example Telink (B91) Lighting App with OTA, RPC, Factory Data, 4Mb flash
158
156
# Run test for master and all PRs
159
157
run : |
160
158
./scripts/run_in_build_env.sh \
@@ -331,16 +329,15 @@ jobs:
331
329
- name : clean out build output
332
330
run : rm -rf ./out
333
331
334
- - name : Build example Telink (W91 ) Window Covering App
332
+ - name : Build example Telink (tl721x ) Window Covering App
335
333
# Run test for master and s07641069 PRs
336
334
if : github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
337
- continue-on-error : true
338
335
run : |
339
336
./scripts/run_in_build_env.sh \
340
- "./scripts/build/build_examples.py --target 'telink-tlsr9118bdk40d -window-covering' build"
337
+ "./scripts/build/build_examples.py --target 'telink-tl7218x -window-covering' build"
341
338
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
342
- telink tlsr9118bdk40d window-covering \
343
- out/telink-tlsr9118bdk40d -window-covering/zephyr/zephyr.elf \
339
+ telink tl7218x window-covering \
340
+ out/telink-tl7218x -window-covering/zephyr/zephyr.elf \
344
341
/tmp/bloat_reports/
345
342
346
343
- name : clean out build output
0 commit comments