Skip to content

Commit 840e7eb

Browse files
Merge branch 'master' into TC-SC-4.1-automation-latest
2 parents f3952d9 + 3eeb701 commit 840e7eb

File tree

199 files changed

+17565
-868
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+17565
-868
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: inputs.run-codeql != true
121121
run: scripts/run_in_build_env.sh "ninja -C ./out"
122122
- name: Uploading core files
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
if: ${{ failure() && !env.ACT }}
125125
with:
126126
name: crash-core-linux-gcc-debug
@@ -138,7 +138,7 @@ jobs:
138138
# If re-enabling, some subset of this should be picked
139139
#
140140
# - name: Uploading objdir for debugging
141-
# uses: actions/upload-artifact@v4
141+
# uses: actions/upload-artifact@v5
142142
# if: ${{ failure() && !env.ACT }}
143143
# with:
144144
# name: crash-objdir-linux-gcc-debug
@@ -298,7 +298,7 @@ jobs:
298298
# language: cpp
299299

300300
- name: Uploading core files
301-
uses: actions/upload-artifact@v4
301+
uses: actions/upload-artifact@v5
302302
if: ${{ failure() && !env.ACT }}
303303
with:
304304
name: crash-core-linux
@@ -311,7 +311,7 @@ jobs:
311311
# If re-enabling, some subset of this should be picked
312312
#
313313
# - name: Uploading objdir for debugging
314-
# uses: actions/upload-artifact@v4
314+
# uses: actions/upload-artifact@v5
315315
# if: ${{ failure() && !env.ACT }}
316316
# with:
317317
# name: crash-objdir-linux
@@ -487,7 +487,7 @@ jobs:
487487
check \
488488
"
489489
- name: Uploading diagnostic logs
490-
uses: actions/upload-artifact@v4
490+
uses: actions/upload-artifact@v5
491491
if: ${{ failure() && !env.ACT }}
492492
with:
493493
name: crash-log-darwin

.github/workflows/cirque.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
132132
- name: Uploading Binaries
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v5
134134
if: ${{ always() && !env.ACT }}
135135
with:
136136
name: cirque_log-${{steps.outsuffix.outputs.value}}-logs

.github/workflows/darwin-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,27 +145,27 @@ jobs:
145145
--ota-candidate-file /tmp/otaCandidateJSON \
146146
"
147147
- name: Uploading core files
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v5
149149
if: ${{ failure() && !env.ACT }}
150150
with:
151151
name: crash-core-darwin-${{ matrix.build_variant }}
152152
path: /cores/
153153
# Cores are big; don't hold on to them too long.
154154
retention-days: 5
155155
- name: Uploading diagnostic logs
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v5
157157
if: ${{ failure() && !env.ACT }}
158158
with:
159159
name: crash-log-darwin-${{ matrix.build_variant }}
160160
path: ~/Library/Logs/DiagnosticReports/
161161
- name: Uploading framework build log
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v5
163163
if: ${{ failure() && !env.ACT }}
164164
with:
165165
name: framework-build-log-darwin-${BUILD_VARIANT_FRAMEWORK_TOOL}
166166
path: out/darwin-${{matrix.arch}}-darwin-framework-tool-${BUILD_VARIANT_FRAMEWORK_TOOL}/darwin_framework_build.log
167167
- name: Uploading objdir for debugging
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
if: ${{ failure() && !env.ACT }}
170170
with:
171171
name: crash-objdir-darwin-${{ matrix.build_variant }}

.github/workflows/darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
mkdir -p /tmp/darwin/framework-tests
133133
find ~/Library/Developer/Xcode/DerivedData /Library/Logs/DiagnosticReports -name '*.ips' -print0 | xargs -0 -J % cp % /tmp/darwin/framework-tests
134134
- name: Uploading log files
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
if: failure() && !env.ACT
137137
with:
138138
name: darwin-framework-test-logs-${{ matrix.options.flavor }}

.github/workflows/examples-nrfconnect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
scripts/run_in_build_env.sh "source $ZEPHYR_BASE/zephyr-env.sh && pip3 install -r scripts/setup/requirements.build.txt && ./scripts/build/build_examples.py --target nrf-native-sim-tests build"
158158
- name: Uploading Failed Test Logs
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v5
160160
if: ${{ failure() && !env.ACT }}
161161
with:
162162
name: test-log

.github/workflows/examples-nxp.yaml

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474
scripts/run_in_build_env.sh "\
7575
./scripts/build/build_examples.py \
7676
--target nxp-mcxw71-freertos-contact-sensor-thread-mtd-low-power-cmake-frdm \
77-
--target nxp-mcxw71-freertos-lighting-thread-cmake-frdm \
78-
--target nxp-mcxw71-freertos-lock-app-thread-mtd-low-power-cmake-frdm \
79-
--target nxp-mcxw71-freertos-contact-sensor-low-power \
8077
build \
8178
"
8279
- name: Get MCXW71 contact sensor size stats
@@ -85,69 +82,36 @@ jobs:
8582
nxp mcxw71+release contact \
8683
out/nxp-mcxw71-freertos-contact-sensor-thread-mtd-low-power-cmake-frdm/app.elf \
8784
/tmp/bloat_reports/
88-
- name: Get MCXW71 lighting app size stats
89-
run: |
90-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
91-
nxp mcxw71+release lighting \
92-
out/nxp-mcxw71-freertos-lighting-thread-cmake-frdm/app.elf \
93-
/tmp/bloat_reports/
94-
- name: Get MCXW71 lock app size stats
95-
run: |
96-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
97-
nxp mcxw71+release lock \
98-
out/nxp-mcxw71-freertos-lock-app-thread-mtd-low-power-cmake-frdm/app.elf \
99-
/tmp/bloat_reports/
10085
10186
- name: Build MCXW72 examples
10287
run: |
10388
scripts/run_in_build_env.sh "\
10489
./scripts/build/build_examples.py \
10590
--target nxp-mcxw72-freertos-contact-sensor-thread-mtd-low-power-cmake-frdm \
106-
--target nxp-mcxw72-freertos-lighting-thread-cmake-frdm \
107-
--target nxp-mcxw72-freertos-lock-app-thread-mtd-low-power-cmake-frdm \
108-
--target nxp-mcxw72-freertos-contact-sensor-ota-low-power \
10991
build \
11092
"
11193
11294
- name: clean build
11395
run: rm -rf ./out
11496

115-
- name: Build RT1060 all clusters example app
116-
run: |
117-
scripts/run_in_build_env.sh "\
118-
./scripts/build/build_examples.py \
119-
--target nxp-rt1060-freertos-all-clusters-wifi-iw416-cmake \
120-
--target nxp-rt1060-freertos-all-clusters-wifi-w8801-no-ble-cmake \
121-
--target nxp-rt1060-freertos-all-clusters-wifi-ota-evkc-iwx12-cmake \
122-
build \
123-
"
12497
- name: Build RT1060 thermostat example app
12598
if:
12699
github.event_name == 'push' || steps.changed_paths.outputs.nxp
127100
== 'true' || steps.changed_paths.outputs.pigweed == 'true'
128101
run: |
129102
scripts/run_in_build_env.sh "\
130103
./scripts/build/build_examples.py \
131-
--target nxp-rt1060-freertos-thermostat-wifi-evkc-iw610-cmake \
132104
--target nxp-rt1060-freertos-thermostat-thread-wifi-ota-evkc-iwx12-cmake \
133105
build \
134106
"
135107
136108
- name: clean build
137109
run: rm -rf ./out
138110

139-
- name: Build RT1170 all clusters example app
111+
- name: Build RT1170 thermostat example app
140112
if:
141113
github.event_name == 'push' || steps.changed_paths.outputs.nxp
142114
== 'true' || steps.changed_paths.outputs.pigweed == 'true'
143-
run: |
144-
scripts/run_in_build_env.sh "\
145-
./scripts/build/build_examples.py \
146-
--target nxp-rt1170-freertos-all-clusters-wifi-iwx12-cmake \
147-
--target nxp-rt1170-freertos-all-clusters-wifi-ota-iwx12-cmake \
148-
build \
149-
"
150-
- name: Build RT1170 thermostat example app
151115
run: |
152116
scripts/run_in_build_env.sh "\
153117
./scripts/build/build_examples.py \
@@ -158,18 +122,12 @@ jobs:
158122
- name: clean build
159123
run: rm -rf ./out
160124

161-
- name: Build RW61X all clusters example app
162-
run: |
163-
scripts/run_in_build_env.sh "\
164-
./scripts/build/build_examples.py \
165-
--target nxp-rw61x-freertos-all-clusters-wifi-ota-se05x-cmake \
166-
build \
167-
"
168125
- name: Build RW61X thermostat OTBR example app
169126
run: |
170127
scripts/run_in_build_env.sh "\
171128
./scripts/build/build_examples.py \
172129
--target nxp-rw61x-freertos-thermostat-thread-wifi-ota-factory-cmake \
130+
--target nxp-rw61x-freertos-thermostat-wifi-se05x-cmake \
173131
build \
174132
"
175133
- name: Build RW61X thermostat ethernet example app
@@ -179,13 +137,6 @@ jobs:
179137
--target nxp-rw61x-freertos-thermostat-ethernet-cmake-frdm \
180138
build \
181139
"
182-
- name: Build RW61X unit test example app
183-
run: |
184-
scripts/run_in_build_env.sh "\
185-
./scripts/build/build_examples.py \
186-
--target nxp-rw61x-freertos-unit-test-cmake-frdm \
187-
build \
188-
"
189140
190141
- name: clean build
191142
run: rm -rf ./out

.github/workflows/fuzzing-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--copy-artifacts-to objdir-clone \
5959
"
6060
- name: Uploading binaries
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
if: ${{ !env.ACT }}
6363
with:
6464
name: objdir-linux
@@ -92,7 +92,7 @@ jobs:
9292
--copy-artifacts-to objdir-clone \
9393
"
9494
- name: Uploading binaries
95-
uses: actions/upload-artifact@v4
95+
uses: actions/upload-artifact@v5
9696
if: ${{ !env.ACT }}
9797
with:
9898
name: crash-darwin

.github/workflows/java-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,15 @@ jobs:
351351
--factoryreset \
352352
'
353353
- name: Uploading core files
354-
uses: actions/upload-artifact@v4
354+
uses: actions/upload-artifact@v5
355355
if: ${{ failure() && !env.ACT }}
356356
with:
357357
name: crash-core-linux-java-controller
358358
path: /tmp/cores/
359359
# Cores are big; don't hold on to them too long.
360360
retention-days: 5
361361
- name: Uploading objdir for debugging
362-
uses: actions/upload-artifact@v4
362+
uses: actions/upload-artifact@v5
363363
if: ${{ failure() && !env.ACT }}
364364
with:
365365
name: crash-objdir-linux-java-controller

.github/workflows/qemu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--verbose \
6767
--file-image-list ./out/esp32-qemu-tests/test_images.txt
6868
- name: Uploading Logs
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
if: ${{ !env.ACT }}
7171
with:
7272
name: qemu-esp32-logs

.github/workflows/recent_fail_summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
4242
branch: daily_pass_percentage
4343
- name: Upload Logs
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: workflow-fail-summary
4747
path: |

0 commit comments

Comments
 (0)