diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml index c8c09ad722319f..2c4eda7cec36c9 100644 --- a/integrations/cloudbuild/build-all.yaml +++ b/integrations/cloudbuild/build-all.yaml @@ -21,6 +21,19 @@ steps: path: /pwenv timeout: 900s + - name: "connectedhomeip/chip-build-vscode:0.5.91" + env: + - PW_ENVIRONMENT_ROOT=/pwenv + args: + - "-c" + - ./scripts/checkout_submodules.py --shallow --recursive --platform efr32 + id: Checkout EFR32 + entrypoint: /usr/bin/bash + volumes: + - name: pwenv + path: /pwenv + timeout: 900s + - name: "connectedhomeip/chip-build-vscode:0.5.91" env: - PW_ENVIRONMENT_ROOT=/pwenv diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml index b0333fab36f327..8bcc5128739092 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -21,6 +21,19 @@ steps: path: /pwenv timeout: 900s + - name: "connectedhomeip/chip-build-vscode:0.5.91" + env: + - PW_ENVIRONMENT_ROOT=/pwenv + args: + - "-c" + - ./scripts/checkout_submodules.py --shallow --recursive --platform efr32 + id: Checkout EFR32 + entrypoint: /usr/bin/bash + volumes: + - name: pwenv + path: /pwenv + timeout: 900s + - name: "connectedhomeip/chip-build-vscode:0.5.91" id: ESP32 env: