diff --git a/.ci.yaml b/.ci.yaml index c590a17dfc..f04f5b4b68 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1627,19 +1627,6 @@ targets: ["devicelab", "android", "linux"] task_name: shader_mask_cache_perf__e2e_summary - - name: Linux_android complex_layout_android__compile - recipe: devicelab/devicelab_drone - presubmit: false - timeout: 60 - properties: - tags: > - ["devicelab", "android", "linux"] - task_name: complex_layout_android__compile - dependencies: >- - [ - {"dependency": "open_jdk", "version": "version:11"} - ] - - name: Linux_android complex_layout_android__scroll_smoothness recipe: devicelab/devicelab_drone presubmit: false @@ -2650,18 +2637,6 @@ targets: tags: > ["framework", "hostonly", "shard", "mac"] - - name: Mac_benchmark complex_layout_macos__compile - presubmit: false - recipe: devicelab/devicelab_drone - timeout: 60 - properties: - dependencies: >- - [ - {"dependency": "xcode", "version": "14e222b"}, - {"dependency": "gems", "version": "v3.3.14"} - ] - task_name: complex_layout_macos__compile - - name: Mac_benchmark complex_layout_macos__start_up presubmit: false recipe: devicelab/devicelab_drone @@ -3502,15 +3477,6 @@ targets: ["devicelab", "ios", "mac"] task_name: channels_integration_test_ios - - name: Mac_ios complex_layout_ios__compile - recipe: devicelab/devicelab_drone - presubmit: false - timeout: 60 - properties: - tags: > - ["devicelab", "ios", "mac"] - task_name: complex_layout_ios__compile - - name: Mac_ios complex_layout_ios__start_up recipe: devicelab/devicelab_drone presubmit: false @@ -4698,19 +4664,6 @@ targets: ] task_name: flutter_gallery_win_desktop__start_up - - name: Windows complex_layout_win_desktop__compile - recipe: devicelab/devicelab_drone - presubmit: false - timeout: 60 - properties: - tags: > - ["devicelab", "hostonly", "windows"] - dependencies: >- - [ - {"dependency": "vs_build", "version": "version:vs2019"} - ] - task_name: complex_layout_win_desktop__compile - - name: Windows complex_layout_win_desktop__start_up recipe: devicelab/devicelab_drone presubmit: false @@ -4768,19 +4721,6 @@ targets: ["devicelab", "android", "windows"] task_name: channels_integration_test_win - - name: Windows_android complex_layout_win__compile - recipe: devicelab/devicelab_drone - presubmit: false - timeout: 60 - properties: - tags: > - ["devicelab", "android", "windows"] - task_name: complex_layout_win__compile - dependencies: >- - [ - {"dependency": "open_jdk", "version": "version:11"} - ] - - name: Windows_android flavors_test_win recipe: devicelab/devicelab_drone presubmit: false diff --git a/dev/devicelab/bin/tasks/complex_layout_android__compile.dart b/dev/devicelab/bin/tasks/complex_layout_android__compile.dart deleted file mode 100644 index 4bc85ca1c2..0000000000 --- a/dev/devicelab/bin/tasks/complex_layout_android__compile.dart +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -import 'package:flutter_devicelab/framework/devices.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; -import 'package:flutter_devicelab/tasks/perf_tests.dart'; - -Future main() async { - deviceOperatingSystem = DeviceOperatingSystem.android; - await task(createComplexLayoutCompileTest()); -} diff --git a/dev/devicelab/bin/tasks/complex_layout_ios__compile.dart b/dev/devicelab/bin/tasks/complex_layout_ios__compile.dart deleted file mode 100644 index d8600c22cb..0000000000 --- a/dev/devicelab/bin/tasks/complex_layout_ios__compile.dart +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -import 'package:flutter_devicelab/framework/devices.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; -import 'package:flutter_devicelab/tasks/perf_tests.dart'; - -Future main() async { - deviceOperatingSystem = DeviceOperatingSystem.ios; - await task(createComplexLayoutCompileTest()); -} diff --git a/dev/devicelab/bin/tasks/complex_layout_macos__compile.dart b/dev/devicelab/bin/tasks/complex_layout_macos__compile.dart deleted file mode 100644 index 959d4335db..0000000000 --- a/dev/devicelab/bin/tasks/complex_layout_macos__compile.dart +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -import 'package:flutter_devicelab/framework/devices.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; -import 'package:flutter_devicelab/tasks/perf_tests.dart'; - -Future main() async { - deviceOperatingSystem = DeviceOperatingSystem.macos; - await task(createComplexLayoutCompileTest()); -} diff --git a/dev/devicelab/bin/tasks/complex_layout_win__compile.dart b/dev/devicelab/bin/tasks/complex_layout_win__compile.dart deleted file mode 100644 index 4bc85ca1c2..0000000000 --- a/dev/devicelab/bin/tasks/complex_layout_win__compile.dart +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -import 'package:flutter_devicelab/framework/devices.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; -import 'package:flutter_devicelab/tasks/perf_tests.dart'; - -Future main() async { - deviceOperatingSystem = DeviceOperatingSystem.android; - await task(createComplexLayoutCompileTest()); -} diff --git a/dev/devicelab/bin/tasks/complex_layout_win_desktop__compile.dart b/dev/devicelab/bin/tasks/complex_layout_win_desktop__compile.dart deleted file mode 100644 index 6288b33e67..0000000000 --- a/dev/devicelab/bin/tasks/complex_layout_win_desktop__compile.dart +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -import 'package:flutter_devicelab/framework/devices.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; -import 'package:flutter_devicelab/tasks/perf_tests.dart'; - -Future main() async { - deviceOperatingSystem = DeviceOperatingSystem.windows; - await task(createComplexLayoutCompileTest()); -} diff --git a/dev/devicelab/lib/tasks/perf_tests.dart b/dev/devicelab/lib/tasks/perf_tests.dart index 2a33ec8075..91d8e846ce 100644 --- a/dev/devicelab/lib/tasks/perf_tests.dart +++ b/dev/devicelab/lib/tasks/perf_tests.dart @@ -255,10 +255,6 @@ TaskFunction createWebCompileTest() { return const WebCompileTest().run; } -TaskFunction createComplexLayoutCompileTest() { - return CompileTest('${flutterDirectory.path}/dev/benchmarks/complex_layout').run; -} - TaskFunction createFlutterViewStartupTest() { return StartupTest( '${flutterDirectory.path}/examples/flutter_view',