mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Do not run customer testing on release candidate branches. (#119979)
These tests try to use a commit contemporary to the framework commit in customer repositories. This won't work because a CP to the framework release candidate branch may be recent even though the release candidate branch can be months old.
This commit is contained in:
parent
f7c2bd05f0
commit
c8e75a8dff
6
.ci.yaml
6
.ci.yaml
@ -290,6 +290,8 @@ targets:
|
||||
- .ci.yaml
|
||||
|
||||
- name: Linux customer_testing
|
||||
enabled_branches:
|
||||
- master
|
||||
recipe: flutter/flutter
|
||||
timeout: 60
|
||||
properties:
|
||||
@ -2617,6 +2619,8 @@ targets:
|
||||
task_name: complex_layout_scroll_perf_macos__timeline_summary
|
||||
|
||||
- name: Mac customer_testing
|
||||
enabled_branches:
|
||||
- master
|
||||
recipe: flutter/flutter
|
||||
timeout: 60
|
||||
properties:
|
||||
@ -4155,6 +4159,8 @@ targets:
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
|
||||
- name: Windows customer_testing
|
||||
enabled_branches:
|
||||
- master
|
||||
recipe: flutter/flutter
|
||||
timeout: 60
|
||||
properties:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user