Skip to content

Commit 05ee519

Browse files
committed
[Telink] Decrease number of CI builds for all PRs
1 parent 6bcd688 commit 05ee519

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/examples-telink.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
gh-context: ${{ toJson(github) }}
5959

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)
6161
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 46b82695b9390d74bcfa4b01a14a009c01b96895"
6262

6363
- name: Build example Telink (B92 retention) Air Quality Sensor App
@@ -103,7 +103,7 @@ jobs:
103103
run: rm -rf ./out
104104

105105
- name: Build example Telink (tl721x) Bridge App
106-
# Run test for master and all PRs
106+
# Run test for master and s07641069 PRs
107107
run: |
108108
./scripts/run_in_build_env.sh \
109109
"./scripts/build/build_examples.py --target 'telink-tl7218x-bridge' build"
@@ -116,7 +116,8 @@ jobs:
116116
run: rm -rf ./out
117117

118118
- 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'
120121
run: |
121122
./scripts/run_in_build_env.sh \
122123
"./scripts/build/build_examples.py --target 'telink-tlsr9528a_retention-contact-sensor' build"
@@ -350,7 +351,7 @@ jobs:
350351
platform-name: Telink
351352

352353
zephyr_3_3:
353-
name: Telink
354+
name: Telink (Zephyr 3.3)
354355
env:
355356
BUILD_TYPE: telink
356357

@@ -376,7 +377,7 @@ jobs:
376377
with:
377378
gh-context: ${{ toJson(github) }}
378379

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)
380381
# run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py fdccaba1ebc147908e9cca653e6c6743def3332b"
381382

382383
- name: Build example Telink (B92 retention) Air Quality Sensor App
@@ -422,7 +423,7 @@ jobs:
422423
run: rm -rf ./out
423424

424425
- name: Build example Telink (tl721x) Bridge App
425-
# Run test for master and all PRs
426+
# Run test for master and s07641069 PRs
426427
run: |
427428
./scripts/run_in_build_env.sh \
428429
"./scripts/build/build_examples.py --target 'telink-tl7218x-bridge' build"
@@ -435,7 +436,8 @@ jobs:
435436
run: rm -rf ./out
436437

437438
- 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'
439441
run: |
440442
./scripts/run_in_build_env.sh \
441443
"./scripts/build/build_examples.py --target 'telink-tlsr9528a_retention-contact-sensor' build"

0 commit comments

Comments
 (0)