From d3c45f1499ae9fedc24bd0e47f7d5eddd1a608e8 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 27 Sep 2023 09:42:54 -0700 Subject: [PATCH] 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. --- .ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index e443943fcdd..ae6015b314b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -245,9 +245,12 @@ targets: task_name: analyzer_benchmark - name: Linux coverage - bringup: true + presubmit: false recipe: flutter/coverage timeout: 120 + enabled_branches: + # Don't run this on release branches + - master properties: tags: > ["framework", "hostonly", "shard", "linux"]