From d5fd062b9fff4b7f5f152147629907ae2f069d00 Mon Sep 17 00:00:00 2001 From: cpagravel Date: Wed, 20 Jul 2022 21:02:45 -0700 Subject: [PATCH] Chef - Separate Chef build noip into separate step (#21011) --- integrations/cloudbuild/chef.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index 6c14fc1cec831c..ce4145250ef011 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -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 @@ -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