Skip to content

Commit

Permalink
[macOS] Bring up "flutter_gallery_macos__compile" devicelab, compilat…
Browse files Browse the repository at this point in the history
…ion test for x86. (#110356)
  • Loading branch information
a-wallen authored Aug 26, 2022
1 parent b6c2335 commit 9a34a60
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,19 @@ targets:
- bin/**
- .ci.yaml

- name: Mac flutter_gallery_macos__compile
bringup: true # New target https://github.com/flutter/flutter/issues/109633
recipe: devicelab/devicelab_drone
timeout: 60
properties:
dependencies: >-
[
{"dependency": "xcode", "version": "13f17a"}
]
tags: >
["devicelab", "hostonly"]
task_name: flutter_gallery_macos__compile

- name: Mac framework_tests_libraries
recipe: flutter/flutter_drone
timeout: 60
Expand Down
1 change: 1 addition & 0 deletions TESTOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
/dev/devicelab/bin/tasks/basic_material_app_macos__compile.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_macos__start_up.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/windows_startup_test.dart @loic-sharma @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_macos__compile.dart @a-wallen @flutter/desktop

## Host only framework tests
# Linux analyze
Expand Down
12 changes: 12 additions & 0 deletions dev/devicelab/bin/tasks/flutter_gallery_macos__compile.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// 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<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.macos;
await task(createFlutterGalleryCompileTest());
}

0 comments on commit 9a34a60

Please sign in to comment.