Skip to content

Commit

Permalink
Allow failure for noip builds for chef (#28331)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Jul 27, 2023
1 parent f733eaa commit d7a7dee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a7dee

Please sign in to comment.