[CI/FTL] Oriole to Panther, presubmit false (#130912)

Alternative to https://github.com/flutter/flutter/pull/130868

Oriole is the Pixel 6, Panther is the Pixel 7. Panther is more available in FTL at this point.

There's less value in running this on presubmit, since those can spawn many jobs multiple times over as people push new commits to branches. Let's just run it post submit to avoid overloading the capacity of FTL.
This commit is contained in:
Dan Field 2023-07-21 11:21:22 -07:00 committed by GitHub
parent 0919fb86f1
commit 764095ce1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -411,26 +411,9 @@ targets:
- bin/**
- .ci.yaml
- name: Linux firebase_oriol33_abstract_method_smoke_test
bringup: true
recipe: firebaselab/firebaselab
timeout: 60
properties:
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
{"dependency": "open_jdk", "version": "version:11"}
]
tags: >
["firebaselab"]
task_name: abstract_method_smoke_test
physical_devices: >-
["--device", "model=oriole,version=33"]
virtual_devices: >-
[]
- name: Linux firebase_abstract_method_smoke_test
bringup: false
presubmit: false
recipe: firebaselab/firebaselab
timeout: 60
properties:
@ -444,8 +427,8 @@ targets:
task_name: abstract_method_smoke_test
physical_devices: >-
[
"--device", "model=redfin,version=30",
"--device", "model=griffin,version=24"
"--device", "model=panther,version=33",
"--device", "model=redfin,version=30"
]
# TODO(flutter/flutter#123331): This device is flaking.
# "--device", "model=Nexus6P,version=25",
@ -454,6 +437,7 @@ targets:
"--device", "model=Nexus5,version=21",
"--device", "model=Nexus5,version=22",
"--device", "model=Nexus5,version=23",
"--device", "model=Nexus5,version=24",
"--device", "model=Nexus6P,version=26",
"--device", "model=Nexus6P,version=27",
"--device", "model=NexusLowRes,version=29"