Unverified Commit c8e75a8d authored by godofredoc's avatar godofredoc Committed by GitHub

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.
parent f7c2bd05
...@@ -290,6 +290,8 @@ targets: ...@@ -290,6 +290,8 @@ targets:
- .ci.yaml - .ci.yaml
- name: Linux customer_testing - name: Linux customer_testing
enabled_branches:
- master
recipe: flutter/flutter recipe: flutter/flutter
timeout: 60 timeout: 60
properties: properties:
...@@ -2617,6 +2619,8 @@ targets: ...@@ -2617,6 +2619,8 @@ targets:
task_name: complex_layout_scroll_perf_macos__timeline_summary task_name: complex_layout_scroll_perf_macos__timeline_summary
- name: Mac customer_testing - name: Mac customer_testing
enabled_branches:
- master
recipe: flutter/flutter recipe: flutter/flutter
timeout: 60 timeout: 60
properties: properties:
...@@ -4155,6 +4159,8 @@ targets: ...@@ -4155,6 +4159,8 @@ targets:
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
- name: Windows customer_testing - name: Windows customer_testing
enabled_branches:
- master
recipe: flutter/flutter recipe: flutter/flutter
timeout: 60 timeout: 60
properties: properties:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment