Skip to content

Commit f43542d

Browse files
authored
Update .ci.yaml to support Fuchsia cherrypick branches (flutter#163000)
Fuchsia cherry-pick branches were previously created in flutter/engine, and now need to be supported in flutter/flutter: https://github.com/flutter/engine/blob/main/.ci.yaml#L11 Branch naming was changed from `fuchsia_rNN` to `fuchsia_fNN` (see https://chat.google.com/room/AAAAT9RJL9Q/AnUIORFRVOM) ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
1 parent b56833f commit f43542d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/flutter/.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
enabled_branches:
99
- master
1010
- flutter-\d+\.\d+-candidate\.\d+
11-
- fuchsia_r\d+[a-z]*
11+
- fuchsia_f\d+[a-z]*
1212

1313
platform_properties:
1414
linux:

0 commit comments

Comments
 (0)