From 511c5341bd362097fea1c46e65b4a55ba89bc37c Mon Sep 17 00:00:00 2001 From: Drew Roen <102626803+drewroengoogle@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:10:25 -0600 Subject: [PATCH] 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 --- .ci.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index fed40cf983..2ad58d5617 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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