Update firebase_testlab.py (#29239)

Use Pixel 5. Pixel 4 is becoming less available/deprecated on FTL.
diff --git a/ci/firebase_testlab.py b/ci/firebase_testlab.py
index effd543..aa8408c 100755
--- a/ci/firebase_testlab.py
+++ b/ci/firebase_testlab.py
@@ -23,7 +23,7 @@
   # This type of test will give the application a handle to a file, and
   # we'll write the timeline JSON to that file.
   # See https://firebase.google.com/docs/test-lab/android/game-loop
-  # Pixel 4. As of this commit, this is a highly available device in FTL.
+  # Pixel 5. As of this commit, this is a highly available device in FTL.
   process = subprocess.Popen(
     [
       'gcloud',
@@ -34,7 +34,7 @@
       '--timeout', '2m',
       '--results-bucket', bucket,
       '--results-dir', results_dir,
-      '--device', 'model=flame,version=29',
+      '--device', 'model=redfin,version=30',
     ],
     stdout=subprocess.PIPE,
     stderr=subprocess.STDOUT,