From 5239d0928bd4e9ec5caac28d0d646f60dac9135e Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Thu, 25 Aug 2022 13:09:42 -0400 Subject: [PATCH] Revert "Fix EFR32 build in cloud build (#22161)" This reverts commit b2358dd2452aaed2e9d95cfbff6905b7db85a319. --- integrations/cloudbuild/build-all.yaml | 13 ------------- integrations/cloudbuild/smoke-test.yaml | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml index 2c4eda7cec36c9..c8c09ad722319f 100644 --- a/integrations/cloudbuild/build-all.yaml +++ b/integrations/cloudbuild/build-all.yaml @@ -21,19 +21,6 @@ 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 8bcc5128739092..b0333fab36f327 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -21,19 +21,6 @@ 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: