From 764095ce1a313dd402aa87c8132b255a67a0188b Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 21 Jul 2023 11:21:22 -0700 Subject: [PATCH] [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. --- .ci.yaml | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 3ebe720f1c..ce37a5f61b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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"