[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 - name: Linux flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
timeout: 60
enabled_branches: enabled_branches:
- master - master
- beta
- stable
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "linux"] ["framework", "hostonly", "shard", "linux"]
runIf:
- .ci.yaml
- dev/bots/**
- name: Linux flutter_plugins - name: Linux flutter_plugins
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
@ -3152,27 +3152,27 @@ targets:
- name: Mac flutter_packaging_test - name: Mac flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
timeout: 60
enabled_branches: enabled_branches:
- master - master
- beta
- stable
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
runIf:
- .ci.yaml
- dev/bots/**
- name: Mac_arm64 flutter_packaging_test - name: Mac_arm64 flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
timeout: 60
enabled_branches: enabled_branches:
- master - master
- beta
- stable
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
runIf:
- .ci.yaml
- dev/bots/**
- name: Mac_benchmark flutter_view_macos__start_up - name: Mac_benchmark flutter_view_macos__start_up
presubmit: false presubmit: false
@ -5536,15 +5536,15 @@ targets:
- name: Windows flutter_packaging_test - name: Windows flutter_packaging_test
recipe: packaging/packaging recipe: packaging/packaging
timeout: 60
enabled_branches: enabled_branches:
- master - master
- beta
- stable
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
runIf:
- .ci.yaml
- dev/bots/**
- name: Windows windows_startup_test - name: Windows windows_startup_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone