57
57
with :
58
58
gh-context : ${{ toJson(github) }}
59
59
60
- # - name: Update Zephyr to specific revision (for developers purpose)
60
+ # - name: Update Zephyr version 3.7.0 (branch: develop) to specific revision (for developers purpose)
61
61
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 46b82695b9390d74bcfa4b01a14a009c01b96895"
62
62
63
63
- name : Build example Telink (B92 retention) Air Quality Sensor App
@@ -103,7 +103,7 @@ jobs:
103
103
run : rm -rf ./out
104
104
105
105
- name : Build example Telink (tl721x) Bridge App
106
- # Run test for master and all PRs
106
+ # Run test for master and s07641069 PRs
107
107
run : |
108
108
./scripts/run_in_build_env.sh \
109
109
"./scripts/build/build_examples.py --target 'telink-tl7218x-bridge' build"
@@ -116,7 +116,8 @@ jobs:
116
116
run : rm -rf ./out
117
117
118
118
- name : Build example Telink (B92 retention) Contact Sensor App
119
- # Run test for master and all PRs
119
+ # Run test for master and s07641069 PRs
120
+ if : github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
120
121
run : |
121
122
./scripts/run_in_build_env.sh \
122
123
"./scripts/build/build_examples.py --target 'telink-tlsr9528a_retention-contact-sensor' build"
@@ -350,7 +351,7 @@ jobs:
350
351
platform-name : Telink
351
352
352
353
zephyr_3_3 :
353
- name : Telink
354
+ name : Telink (Zephyr 3.3)
354
355
env :
355
356
BUILD_TYPE : telink
356
357
@@ -376,7 +377,7 @@ jobs:
376
377
with :
377
378
gh-context : ${{ toJson(github) }}
378
379
379
- # - name: Update Zephyr to specific revision (for developers purpose)
380
+ # - name: Update Zephyr version 3.3.0 (branch: develop_3.3) to specific revision (for developers purpose)
380
381
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py fdccaba1ebc147908e9cca653e6c6743def3332b"
381
382
382
383
- name : Build example Telink (B92 retention) Air Quality Sensor App
@@ -422,7 +423,7 @@ jobs:
422
423
run : rm -rf ./out
423
424
424
425
- name : Build example Telink (tl721x) Bridge App
425
- # Run test for master and all PRs
426
+ # Run test for master and s07641069 PRs
426
427
run : |
427
428
./scripts/run_in_build_env.sh \
428
429
"./scripts/build/build_examples.py --target 'telink-tl7218x-bridge' build"
@@ -435,7 +436,8 @@ jobs:
435
436
run : rm -rf ./out
436
437
437
438
- name : Build example Telink (B92 retention) Contact Sensor App
438
- # Run test for master and all PRs
439
+ # Run test for master and s07641069 PRs
440
+ if : github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
439
441
run : |
440
442
./scripts/run_in_build_env.sh \
441
443
"./scripts/build/build_examples.py --target 'telink-tlsr9528a_retention-contact-sensor' build"
0 commit comments