From 9ef1c2b07ac53b4219eaf9dad4863f27facaf8d0 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Wed, 6 Dec 2023 15:01:42 -0800 Subject: [PATCH] [ci.yaml] Add runif filters and stricter timeout to packaging_test (#139694) https://github.com/flutter/flutter/issues/139597 * Remove beta and stable filters as the Cocoon scheduler doesn't run on these branches --- .ci.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index f6877847857..ba0f95134f4 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -548,15 +548,15 @@ targets: - name: Linux flutter_packaging_test recipe: packaging/packaging - timeout: 60 enabled_branches: - master - - beta - - stable properties: task_name: flutter_packaging tags: > ["framework", "hostonly", "shard", "linux"] + runIf: + - .ci.yaml + - dev/bots/** - name: Linux flutter_plugins recipe: flutter/flutter_drone @@ -3152,27 +3152,27 @@ targets: - name: Mac flutter_packaging_test recipe: packaging/packaging - timeout: 60 enabled_branches: - master - - beta - - stable properties: task_name: flutter_packaging tags: > ["framework", "hostonly", "shard", "mac"] + runIf: + - .ci.yaml + - dev/bots/** - name: Mac_arm64 flutter_packaging_test recipe: packaging/packaging - timeout: 60 enabled_branches: - master - - beta - - stable properties: task_name: flutter_packaging tags: > ["framework", "hostonly", "shard", "mac"] + runIf: + - .ci.yaml + - dev/bots/** - name: Mac_benchmark flutter_view_macos__start_up presubmit: false @@ -5536,15 +5536,15 @@ targets: - name: Windows flutter_packaging_test recipe: packaging/packaging - timeout: 60 enabled_branches: - master - - beta - - stable properties: task_name: flutter_packaging tags: > ["framework", "hostonly", "shard", "windows"] + runIf: + - .ci.yaml + - dev/bots/** - name: Windows windows_startup_test recipe: devicelab/devicelab_drone