Skip to content

Commit

Permalink
Chef - Separate Chef build noip into separate step (#21011)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpagravel authored Jul 21, 2022
1 parent 077128d commit d5fd062
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ steps:
args:
- ./examples/chef/chef.py --build_all --keep_going --build_exclude
noip
- ./examples/chef/chef.py --build_all --keep_going --build_include
linux_arm64_ipv6only.*noip
id: CompileAll
waitFor:
- Bootstrap
Expand All @@ -28,6 +26,20 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.84"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- ./examples/chef/chef.py --build_all --keep_going --build_include
linux_arm64_ipv6only.*noip
id: CompileNoip
waitFor:
- CompileAll
entrypoint: ./scripts/run_in_build_env.sh
volumes:
- name: pwenv
path: /pwenv

logsBucket: matter-build-automation-build-logs

# Global timeout for all steps
Expand Down

0 comments on commit d5fd062

Please sign in to comment.