From 6d537a7c0453fd4ecc13f0f076e23bb07de461bb Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Fri, 20 Dec 2024 21:19:58 -0800 Subject: [PATCH] deprecate engine ci yaml roller (#160682) This is no longer working after the monorepo merge: https://github.com/flutter/flutter/issues/160670. That issue tracks instead teaching the `Linux ci_yaml flutter roller` to roll both sets of configurations. --- engine/src/flutter/.ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index ce9a8b3cc5..0f84c6a789 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -558,9 +558,3 @@ targets: timeout: 120 properties: config_name: windows_unopt - - - name: Linux ci_yaml engine roller - bringup: true - recipe: infra/ci_yaml - properties: - backfill: "false"