Skip to content

Commit

Permalink
Fix cloudbuild targets: It is "all-clusters" and not "all-clusters-ap…
Browse files Browse the repository at this point in the history
…p" (#24703)

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Aug 21, 2023
1 parent f4f4106 commit 4715875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
--target esp32-m5stack-all-clusters-minimal-rpc-ipv6only
--target esp32-m5stack-ota-requestor
--target genio-lighting-app
--target imx-all-clusters-app
--target imx-all-clusters
--target imx-chip-tool
--target imx-thermostat
--target infineon-psoc6-all-clusters
Expand All @@ -83,8 +83,8 @@ steps:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target linux-arm64-all-clusters-clang
--target linux-arm64-all-clusters-app-nodeps
--target linux-arm64-all-clusters-app-nodeps-ipv6only
--target linux-arm64-all-clusters-nodeps
--target linux-arm64-all-clusters-nodeps-ipv6only
--target linux-arm64-all-clusters-ipv6only-clang
--target linux-arm64-all-clusters-minimal-clang
--target linux-arm64-all-clusters-minimal-ipv6only-clang
Expand Down Expand Up @@ -141,7 +141,7 @@ steps:
--target mbed-CY8CPROTO_062_4343W-light-release
--target mbed-CY8CPROTO_062_4343W-lock-release
--target mbed-CY8CPROTO_062_4343W-pigweed-release
--target mw320-all-clusters-app
--target mw320-all-clusters
--target nrf-nrf52840dk-all-clusters
--target nrf-nrf52840dk-all-clusters-minimal
--target nrf-nrf52840dk-light-rpc
Expand Down
4 changes: 2 additions & 2 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ steps:
./scripts/build/build_examples.py
--enable-flashbundle
--target linux-arm64-all-clusters-clang
--target linux-arm64-all-clusters-app-nodeps-ipv6only-clang
--target linux-arm64-all-clusters-nodeps-ipv6only
--target linux-arm64-all-clusters-minimal-ipv6only-clang
--target linux-arm64-bridge-ipv6only-clang
--target linux-arm64-chip-tool-ipv6only-clang
Expand All @@ -110,7 +110,7 @@ steps:
--target linux-arm64-tv-app-ipv6only-clang
--target linux-arm64-tv-casting-app-ipv6only-clang
--target linux-x64-address-resolve-tool
--target linux-x64-all-clusters-app-nodeps-ipv6only
--target linux-x64-all-clusters-nodeps
--target linux-x64-all-clusters-coverage
--target linux-x64-bridge-ipv6only
--target linux-x64-chip-cert
Expand Down

0 comments on commit 4715875

Please sign in to comment.