Skip to content

Commit 910395e

Browse files
authored
Update firebase_testlab.py (flutter#29239)
Use Pixel 5. Pixel 4 is becoming less available/deprecated on FTL.
1 parent 6f6fe47 commit 910395e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/firebase_testlab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def RunFirebaseTest(apk, results_dir):
2323
# This type of test will give the application a handle to a file, and
2424
# we'll write the timeline JSON to that file.
2525
# See https://firebase.google.com/docs/test-lab/android/game-loop
26-
# Pixel 4. As of this commit, this is a highly available device in FTL.
26+
# Pixel 5. As of this commit, this is a highly available device in FTL.
2727
process = subprocess.Popen(
2828
[
2929
'gcloud',
@@ -34,7 +34,7 @@ def RunFirebaseTest(apk, results_dir):
3434
'--timeout', '2m',
3535
'--results-bucket', bucket,
3636
'--results-dir', results_dir,
37-
'--device', 'model=flame,version=29',
37+
'--device', 'model=redfin,version=30',
3838
],
3939
stdout=subprocess.PIPE,
4040
stderr=subprocess.STDOUT,

0 commit comments

Comments
 (0)