Skip to content

Commit

Permalink
[NXP] Reduce NXP targets list
Browse files Browse the repository at this point in the history
  • Loading branch information
jby-nxp committed Oct 8, 2024
1 parent 5f705c2 commit dcbeab1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,12 @@ jobs:
with:
gh-context: ${{ toJson(github) }}

- name: Build RT10600 all clusters example app
- name: Build RT1060 all clusters example app
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1060-freertos-all-clusters-wifi-iw416 \
--target nxp-rt1060-freertos-all-clusters-wifi-w8801 \
--target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-wifi-ota-evkc-iwx12 \
build \
--copy-artifacts-to out/artifacts \
Expand All @@ -254,10 +252,6 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1060-freertos-thermostat-wifi-iw416 \
--target nxp-rt1060-freertos-thermostat-wifi-w8801 \
--target nxp-rt1060-freertos-thermostat-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-thermostat-thread-evkc-iwx12 \
--target nxp-rt1060-freertos-thermostat-thread-wifi-evkc-iwx12 \
build \
--copy-artifacts-to out/artifacts \
Expand All @@ -267,8 +261,6 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1060-freertos-laundry-washer-wifi-iw416 \
--target nxp-rt1060-freertos-laundry-washer-wifi-w8801 \
--target nxp-rt1060-freertos-laundry-washer-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-laundry-washer-thread-evkc-iwx12 \
build \
Expand Down Expand Up @@ -312,7 +304,6 @@ jobs:
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1170-freertos-all-clusters-wifi-iwx12 \
--target nxp-rt1170-freertos-all-clusters-thread-iwx12 \
--target nxp-rt1170-freertos-all-clusters-wifi-ota-iwx12 \
build \
--copy-artifacts-to out/artifacts \
Expand All @@ -322,8 +313,6 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1170-freertos-thermostat-wifi-iwx12 \
--target nxp-rt1170-freertos-thermostat-thread-iwx12 \
--target nxp-rt1170-freertos-thermostat-thread-wifi-iwx12 \
build \
--copy-artifacts-to out/artifacts \
Expand All @@ -333,7 +322,6 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1170-freertos-laundry-washer-wifi-iwx12 \
--target nxp-rt1170-freertos-laundry-washer-thread-iwx12 \
build \
--copy-artifacts-to out/artifacts \
Expand Down Expand Up @@ -376,7 +364,6 @@ jobs:
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rw61x-freertos-all-clusters-wifi \
--target nxp-rw61x-freertos-all-clusters-thread \
--target nxp-rw61x-freertos-all-clusters-wifi-ota-cmake \
build \
--copy-artifacts-to out/artifacts \
Expand All @@ -386,8 +373,6 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rw61x-freertos-thermostat-wifi \
--target nxp-rw61x-freertos-thermostat-thread \
--target nxp-rw61x-freertos-thermostat-thread-wifi \
build \
--copy-artifacts-to out/artifacts \
Expand All @@ -398,7 +383,6 @@ jobs:
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rw61x-freertos-laundry-washer-wifi \
--target nxp-rw61x-freertos-laundry-washer-thread \
build \
--copy-artifacts-to out/artifacts \
"
Expand Down

0 comments on commit dcbeab1

Please sign in to comment.