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
This commit is contained in:
Greg Spencer 2024-05-07 10:26:07 -07:00 committed by GitHub
parent 007faa980d
commit 95be3fb1fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -449,7 +449,6 @@ targets:
- name: Linux docs_publish - name: Linux docs_publish
recipe: flutter/docs recipe: flutter/docs
bringup: true # https://github.com/flutter/flutter/issues/147609
presubmit: false presubmit: false
timeout: 60 timeout: 60
dimensions: dimensions:
@ -474,7 +473,6 @@ targets:
- name: Linux docs_test - name: Linux docs_test
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true # https://github.com/flutter/flutter/issues/147609
timeout: 90 # https://github.com/flutter/flutter/issues/120901 timeout: 90 # https://github.com/flutter/flutter/issues/120901
properties: properties:
cores: "32" cores: "32"