Skip to content

Commit

Permalink
Revert "Fix EFR32 build in cloud build (#22161)" (#22163)
Browse files Browse the repository at this point in the history
This reverts commit b2358dd.
  • Loading branch information
mspang authored and pull[bot] committed Jul 21, 2023
1 parent 3a70974 commit 4794403
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 0 additions & 13 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4794403

Please sign in to comment.