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:
- .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:
......
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