From cb2197e9b3b179929b9f775b4263938dd823d491 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 1 May 2024 07:41:55 -0700 Subject: [PATCH] Move docs_test and docs_publish to bringup (#147645) For https://github.com/flutter/flutter/issues/147609 to unblock the tree. @gspencergoog @jason-simmons --- .ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 11e7b63569..6f591af9ad 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -449,6 +449,7 @@ targets: - name: Linux docs_publish recipe: flutter/docs + bringup: true # https://github.com/flutter/flutter/issues/147609 presubmit: false timeout: 60 dimensions: @@ -473,6 +474,7 @@ targets: - name: Linux docs_test recipe: flutter/flutter_drone + bringup: true # https://github.com/flutter/flutter/issues/147609 timeout: 90 # https://github.com/flutter/flutter/issues/120901 properties: cores: "32"