Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3c45f1

Browse files
authored
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.
1 parent 2a19b71 commit d3c45f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,12 @@ targets:
245245
task_name: analyzer_benchmark
246246

247247
- name: Linux coverage
248-
bringup: true
248+
presubmit: false
249249
recipe: flutter/coverage
250250
timeout: 120
251+
enabled_branches:
252+
# Don't run this on release branches
253+
- master
251254
properties:
252255
tags: >
253256
["framework", "hostonly", "shard", "linux"]

0 commit comments

Comments
 (0)