[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
This commit is contained in:
Casey Hillers 2023-12-06 15:01:42 -08:00 committed by GitHub
parent e5c5e15a5b
commit 9ef1c2b07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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