mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Config changes for linux coverage. (#135604)
This build runs for over and hour and it does not need to run on presubmit or release candidate branches.
This commit is contained in:
parent
2a19b71a82
commit
d3c45f1499
5
.ci.yaml
5
.ci.yaml
@ -245,9 +245,12 @@ targets:
|
|||||||
task_name: analyzer_benchmark
|
task_name: analyzer_benchmark
|
||||||
|
|
||||||
- name: Linux coverage
|
- name: Linux coverage
|
||||||
bringup: true
|
presubmit: false
|
||||||
recipe: flutter/coverage
|
recipe: flutter/coverage
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
enabled_branches:
|
||||||
|
# Don't run this on release branches
|
||||||
|
- master
|
||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
Loading…
Reference in New Issue
Block a user