Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chef - Separate Chef build noip into separate step #21011

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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