Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 25, 2022
1 parent 86de3af commit 1898821
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1898821

Please sign in to comment.