diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index e4799555d9718d..37d01efc3e8616 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -1,40 +1,26 @@ steps: - - - name: "connectedhomeip/chip-build:0.5.73" + - name: "connectedhomeip/chip-build-vscode:0.5.75" env: - PW_ENVIRONMENT_ROOT=/pwenv args: - - >- - ./examples/chef/chef.py --build_all -t linux - id: Linux - entrypoint: ./scripts/run_in_build_env.sh - volumes: - - name: pwenv - path: /pwenv - - - name: "connectedhomeip/chip-build-esp32:0.5.73" - env: - - PW_ENVIRONMENT_ROOT=/pwenv - args: - - >- - ./examples/chef/chef.py --build_all -t esp32 - id: ESP32 - waitFor: - - Linux - entrypoint: ./scripts/run_in_build_env.sh + - "-c" + - source ./scripts/bootstrap.sh + id: Bootstrap + entrypoint: /usr/bin/bash volumes: - name: pwenv path: /pwenv + timeout: 900s - - name: "connectedhomeip/chip-build-nrf-platform:0.5.73" + - name: "connectedhomeip/chip-build-vscode:0.5.75" env: - PW_ENVIRONMENT_ROOT=/pwenv args: - >- - ./examples/chef/chef.py --build_all -t nrfconnect - id: NRFConnect + ./examples/chef/chef.py --build_all + id: CompileAll waitFor: - - ESP32 + - Bootstrap entrypoint: ./scripts/run_in_build_env.sh volumes: - name: pwenv