Unverified Commit 764095ce authored by Dan Field's avatar Dan Field Committed by GitHub

[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.
parent 0919fb86
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment