diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 54f32d12d527..2fd48904c19e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -183,6 +183,9 @@ steps: - linters_group - prototype_builds_group - unit_tests_group + # The TestFlight uploads outlast every other group, so without this the analysis + # runs before they finish and reports a failing build as clean. + - testflight_builds_group allow_dependency_failure: true agents: queue: upload