From 95be3fb1fe23ac9f91a554e88ba74f5aa244960e Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Tue, 7 May 2024 10:26:07 -0700 Subject: [PATCH] Revert "Move docs_test and docs_publish to bringup (#147645)" (#147928) ## Description This reverts commit cb2197e9b3b179929b9f775b4263938dd823d491 to move `docs_test` and `docs_publish` back to normal mode after being fixed. ## Related Issues - https://github.com/flutter/flutter/issues/147609 - https://github.com/flutter/flutter/pull/147645 --- .ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 6f591af9ad..11e7b63569 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -449,7 +449,6 @@ targets: - name: Linux docs_publish recipe: flutter/docs - bringup: true # https://github.com/flutter/flutter/issues/147609 presubmit: false timeout: 60 dimensions: @@ -474,7 +473,6 @@ 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"