File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ targets:
47
47
add_recipes_cq : " true"
48
48
target_file : windows_build_and_platform_tests.yaml
49
49
channel : stable
50
+ version_file : flutter_stable.version
50
51
dependencies : >
51
52
[
52
53
{"dependency": "vs_build", "version": "version:vs2019"}
@@ -72,6 +73,7 @@ targets:
72
73
add_recipes_cq : " true"
73
74
target_file : build_all_plugins.yaml
74
75
channel : stable
76
+ version_file : flutter_stable.version
75
77
dependencies : >
76
78
[
77
79
{"dependency": "vs_build", "version": "version:vs2019"}
Original file line number Diff line number Diff line change
1
+ f1875d570e39de09040c8f79aa13cc56baab8db1
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ tool_setup_template: &TOOL_SETUP_TEMPLATE
14
14
15
15
flutter_upgrade_template : &FLUTTER_UPGRADE_TEMPLATE
16
16
upgrade_flutter_script :
17
- # Master uses a pinned, auto-rolled version to prevent out-of-band CI
18
- # failures due to changes in Flutter.
19
- # TODO(stuartmorgan): Investigate an autoroller for stable as well .
17
+ # Channels that are part of our normal test matrix use a pinned,
18
+ # auto-rolled version to prevent out-of-band CI failures due to changes in
19
+ # Flutter .
20
20
- TARGET_TREEISH=$CHANNEL
21
- - if [[ "$CHANNEL" == "master" ]]; then
21
+ - if [[ "$CHANNEL" == "master" || "$CHANNEL" == "stable" ]]; then
22
22
- TARGET_TREEISH=$(< .ci/flutter_$CHANNEL.version)
23
23
- fi
24
24
# Ensure that the repository has all the branches.
You can’t perform that action at this time.
0 commit comments