|
57 | 57 | with:
|
58 | 58 | gh-context: ${{ toJson(github) }}
|
59 | 59 |
|
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 fdccaba1ebc147908e9cca653e6c6743def3332b" |
| 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 5e1c91c9fb0c0a9b32bb075283e5f7cb77606d74" |
62 | 62 |
|
63 | 63 | - name: Build example Telink (B92 retention) Air Quality Sensor App
|
64 | 64 | # Run test for master and s07641069 PRs
|
@@ -165,27 +165,27 @@ jobs:
|
165 | 165 | - name: clean out build output (keep tools)
|
166 | 166 | run: rm -rf ./out/telink*
|
167 | 167 |
|
168 |
| - - name: Build example Telink (tl321x) Lighting App with OTA (LZMA), Shell, Factory Data |
| 168 | + - name: Build example Telink (tl321x) Lighting App with OTA (LZMA), Factory Data |
169 | 169 | # Run test for master and all PRs
|
170 | 170 | run: |
|
171 | 171 | ./scripts/run_in_build_env.sh \
|
172 |
| - "./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-shell-factory-data' build" |
| 172 | + "./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-factory-data' build" |
173 | 173 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
174 |
| - telink tl3218x light-app-ota-compress-lzma-shell-factory-data \ |
175 |
| - out/telink-tl3218x-light-ota-compress-lzma-shell-factory-data/zephyr/zephyr.elf \ |
| 174 | + telink tl3218x light-app-ota-compress-lzma-factory-data \ |
| 175 | + out/telink-tl3218x-light-ota-compress-lzma-factory-data/zephyr/zephyr.elf \ |
176 | 176 | /tmp/bloat_reports/
|
177 | 177 |
|
178 | 178 | - name: clean out build output (keep tools)
|
179 | 179 | run: rm -rf ./out/telink*
|
180 | 180 |
|
181 |
| - - name: Build example Telink (tl321x_retention) Light Switch App with OTA, Shell, Factory Data |
| 181 | + - name: Build example Telink (tl321x_retention) Light Switch App with OTA, Factory Data |
182 | 182 | # Run test for master and all PRs
|
183 | 183 | run: |
|
184 | 184 | ./scripts/run_in_build_env.sh \
|
185 |
| - "./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-shell-factory-data' build" |
| 185 | + "./scripts/build/build_examples.py --target 'telink-tl3218x_retention-light-switch-ota-factory-data' build" |
186 | 186 | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
|
187 |
| - telink tl3218x_retention light-switch-app-ota-shell-factory-data \ |
188 |
| - out/telink-tl3218x_retention-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \ |
| 187 | + telink tl3218x_retention light-switch-app-ota-factory-data \ |
| 188 | + out/telink-tl3218x_retention-light-switch-ota-factory-data/zephyr/zephyr.elf \ |
189 | 189 | /tmp/bloat_reports/
|
190 | 190 |
|
191 | 191 | - name: clean out build output (keep tools)
|
|
0 commit comments