Add test target for release scheduler (#115781)

* Add test scheduler

* Code review comments - added new line, update comment to include TODO

* Switch target to mimic Linux docs_deploy
This commit is contained in:
Drew Roen 2022-11-28 11:10:25 -06:00 committed by GitHub
parent 7faacb5f74
commit 511c5341bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4609,3 +4609,28 @@ targets:
tags: >
["devicelab", "hostonly", "mac"]
task_name: flutter_tool_startup__macos
# TODO(drewroengoogle): Remove this target when the release scheduler is
# confirmed to be working correctly and as intended.
# (https://github.com/flutter/flutter/issues/100806)
# This target is marked `bringup: true` because this is a temporary target
# that is not intended to impact the tree.
- name: Linux docs_deploy_with_release_scheduler
recipe: flutter/flutter
scheduler: release
bringup: true
presubmit: false
timeout: 60
properties:
cores: "32"
dependencies: >-
[
{"dependency": "dashing", "version": "0.4.0"},
{"dependency": "firebase", "version": "v11.0.1"}
]
tags: >
["framework", "hostonly", "linux"]
validation: docs
validation_name: Docs
firebase_project: master-docs-flutter-dev
release_ref: refs/heads/master