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

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.
parent 2a19b71a
...@@ -245,9 +245,12 @@ targets: ...@@ -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"]
......
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