Skip to content

Commit a849daf

Browse files
authored
Roll new gallery version in the perf test (flutter#56575)
1 parent 80a14af commit a849daf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dev/devicelab/lib/tasks/new_gallery.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class NewGalleryPerfTest extends PerfTest {
1919
// Manually roll the new gallery version for now. If the new gallery repo
2020
// turns out to be updated frequently in the future, we can set up an auto
2121
// roller to update this version.
22-
await getNewGallery('59489e5571ddf554fc62ef52e9b16f1fed291026', galleryDir);
22+
await getNewGallery('c1682ac4b35dc239f023eaf0238a98910b3a2d6c', galleryDir);
2323
return await super.run();
2424
}
2525

dev/devicelab/manifest.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -775,12 +775,12 @@ tasks:
775775
stage: devicelab
776776
required_agent_capabilities: ["linux/android"]
777777

778-
# TODO(https://github.com/flutter/flutter/issues/56135)
779-
# new_gallery__transition_perf:
780-
# description: >
781-
# Measures the performance of screen transitions in the new Flutter Gallery on Android.
782-
# stage: devicelab
783-
# required_agent_capabilities: ["mac/android"]
778+
new_gallery__transition_perf:
779+
description: >
780+
Measures the performance of screen transitions in the new Flutter Gallery on Android.
781+
stage: devicelab
782+
required_agent_capabilities: ["mac/android"]
783+
flaky: true
784784

785785
fast_scroll_large_images__memory:
786786
description: >

0 commit comments

Comments
 (0)