diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index 4ec78c51730b1a..d725de837b0fb2 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -33,6 +33,12 @@ steps: args: - ./examples/chef/chef.py --build_all --build_include linux_arm64_ipv6only.*noip + # Temporarely allow failure since this is known to fail: + # AppMain tries to setup commissioning in general (even if all things are + # disabled, ethernet assumes network commissioning cluster) and link fails + # when the cluster is fully disabled + # TODO: completely remove this target or fix compilation + allowFailure: true id: CompileNoip waitFor: - CompileAll