Skip to content

Commit

Permalink
Add test target for release scheduler (#115781)
Browse files Browse the repository at this point in the history
* Add test scheduler

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

* Switch target to mimic Linux docs_deploy
  • Loading branch information
drewroengoogle authored Nov 28, 2022
1 parent 7faacb5 commit 511c534
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 511c534

Please sign in to comment.