From ff09ffd3cbfcd8e11773f0d71fd392d32afec7e5 Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" <98614782+auto-submit[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:40:46 +0000 Subject: [PATCH] Reverts "Add a currently unused `runs_in_merge_queue` property to `Linux analyze`. (#162335)" (#162402) Reverts: flutter/flutter#162335 Initiated by: matanlurey Reason for reverting: Not feasible to implement this as-is, so it just makes the configuration file confusing. Revert for now. Original PR Author: matanlurey Reviewed By: {jonahwilliams} This change reverts the following previous change: Towards https://github.com/flutter/flutter/issues/162329. This currently does nothing. Co-authored-by: auto-submit[bot] --- .ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index cf9a2a15081..74162ac4788 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -351,9 +351,6 @@ targets: timeout: 60 properties: shard: analyze - # TODO(matanlurey): Remove or document. - # See https://github.com/flutter/flutter/issues/162329. - runs_in_merge_queue: "true" dependencies: >- [ {"dependency": "ktlint", "version": "version_1_1_1"}