Skip to content

Commit 4652f59

Browse files
drewroengooglegspencergoog
authored andcommitted
Add test target for release scheduler (flutter#115781)
* Add test scheduler * Code review comments - added new line, update comment to include TODO * Switch target to mimic Linux docs_deploy
1 parent c495e45 commit 4652f59

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.ci.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4609,3 +4609,28 @@ targets:
46094609
tags: >
46104610
["devicelab", "hostonly", "mac"]
46114611
task_name: flutter_tool_startup__macos
4612+
4613+
# TODO(drewroengoogle): Remove this target when the release scheduler is
4614+
# confirmed to be working correctly and as intended.
4615+
# (https://github.com/flutter/flutter/issues/100806)
4616+
# This target is marked `bringup: true` because this is a temporary target
4617+
# that is not intended to impact the tree.
4618+
- name: Linux docs_deploy_with_release_scheduler
4619+
recipe: flutter/flutter
4620+
scheduler: release
4621+
bringup: true
4622+
presubmit: false
4623+
timeout: 60
4624+
properties:
4625+
cores: "32"
4626+
dependencies: >-
4627+
[
4628+
{"dependency": "dashing", "version": "0.4.0"},
4629+
{"dependency": "firebase", "version": "v11.0.1"}
4630+
]
4631+
tags: >
4632+
["framework", "hostonly", "linux"]
4633+
validation: docs
4634+
validation_name: Docs
4635+
firebase_project: master-docs-flutter-dev
4636+
release_ref: refs/heads/master

0 commit comments

Comments
 (0)