diff --git a/.github/workflows/examples-nxp.yaml b/.github/workflows/examples-nxp.yaml index cdb291d916ab38..680171fdabfa8d 100644 --- a/.github/workflows/examples-nxp.yaml +++ b/.github/workflows/examples-nxp.yaml @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \ "