Disable EFR32 cloudbuilds (#19906)

* Disable EFR32 cloudbuilds

* restyle
diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml
index 78e5403..6e7a72d 100644
--- a/integrations/cloudbuild/build-all.yaml
+++ b/integrations/cloudbuild/build-all.yaml
@@ -18,8 +18,8 @@
       args:
           - >-
               ./scripts/build/build_examples.py --enable-flashbundle
-              --target-glob '*' --skip-target-glob '{tizen-*,*-tests}' build
-              --create-archives /workspace/artifacts/
+              --target-glob '*' --skip-target-glob '{efr32-*,tizen-*,*-tests}'
+              build --create-archives /workspace/artifacts/
       id: CompileAll
       waitFor:
           - Bootstrap
diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml
index 2101356..4930ffb 100644
--- a/integrations/cloudbuild/smoke-test.yaml
+++ b/integrations/cloudbuild/smoke-test.yaml
@@ -45,22 +45,25 @@
           - name: pwenv
             path: /pwenv
 
-    - name: "connectedhomeip/chip-build-vscode:0.5.79"
-      id: EFR32
-      env:
-          - PW_ENVIRONMENT_ROOT=/pwenv
-      args:
-          - >-
-              ./scripts/build/build_examples.py --enable-flashbundle
-              --target-glob '*-brd4161a-{lock,light,unit-test}*' build
-              --create-archives /workspace/artifacts/
-      waitFor:
-          - Bootstrap
-          - NRFConnect
-      entrypoint: ./scripts/run_in_build_env.sh
-      volumes:
-          - name: pwenv
-            path: /pwenv
+    # Disabled until EFR32 builds work on vscode image (changes in #19778
+    # resulted in git-lfs needed in docker image and build steps)
+    #
+    # - name: "connectedhomeip/chip-build-vscode:0.5.79"
+    #   id: EFR32
+    #   env:
+    #       - PW_ENVIRONMENT_ROOT=/pwenv
+    #   args:
+    #       - >-
+    #           ./scripts/build/build_examples.py --enable-flashbundle
+    #           --target-glob '*-brd4161a-{lock,light,unit-test}*' build
+    #           --create-archives /workspace/artifacts/
+    #   waitFor:
+    #       - Bootstrap
+    #       - NRFConnect
+    #   entrypoint: ./scripts/run_in_build_env.sh
+    #   volumes:
+    #       - name: pwenv
+    #         path: /pwenv
 
     - name: "connectedhomeip/chip-build-vscode:0.5.79"
       id: Linux
@@ -73,7 +76,8 @@
               --create-archives /workspace/artifacts/
       waitFor:
           - Bootstrap
-          - EFR32
+          - NRFConnect
+          # - EFR32
       entrypoint: ./scripts/run_in_build_env.sh
       volumes:
           - name: pwenv