Revert "Add smoke tests for Catalina/Android testing. (#39300)" (#39347)

This reverts commit b38302b0c230f22347b200907381e7db15412646.
This commit is contained in:
Tong Wu 2019-08-27 12:27:12 -07:00 committed by GitHub
parent b38302b0c2
commit 2f58d08678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 48 deletions

View File

@ -9,5 +9,6 @@ import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/framework/adb.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createHotModeTest());
}

View File

@ -1,14 +0,0 @@
// Copyright (c) 2019 The Chromium 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 'dart:async';
import 'package:flutter_devicelab/tasks/hot_mode_tests.dart';
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/framework/adb.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createHotModeTest());
}

View File

@ -9,6 +9,7 @@ import 'package:flutter_devicelab/framework/adb.dart';
import 'package:flutter_devicelab/framework/framework.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
// It's intended to use the Gallery startup test as a smoke test on macOS
// Catalina.
await task(createFlutterGalleryStartupTest());

View File

@ -1,16 +0,0 @@
// Copyright 2019 The Chromium 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 'dart:async';
import 'package:flutter_devicelab/tasks/perf_tests.dart';
import 'package:flutter_devicelab/framework/adb.dart';
import 'package:flutter_devicelab/framework/framework.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
// It's intended to use the Gallery startup test as a smoke test on macOS
// Catalina.
await task(createFlutterGalleryStartupTest());
}

View File

@ -517,32 +517,18 @@ tasks:
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
smoke_catalina_start_up_ios:
description: >
A smoke test that runs on macOS Catalina, which is a clone of the Gallery startup latency test.
stage: devicelab_ios
required_agent_capabilities: ["mac-catalina/ios"]
smoke_catalina_hot_mode_dev_cycle_ios__benchmark:
description: >
A some test that runs on macOS Catalina, which is a clone of the Dart VM hot patching performance benchmarking.
stage: devicelab_ios
flaky: true
required_agent_capabilities: ["mac-catalina/ios"]
smoke_catalina_start_up:
description: >
A smoke test that runs on macOS Catalina, which is a clone of the Gallery startup latency test.
stage: devicelab
flaky: true
required_agent_capabilities: ["mac-catalina/android"]
stage: devicelab_ios
required_agent_capabilities: ["mac-catalina/ios"]
smoke_catalina_hot_mode_dev_cycle__benchmark:
description: >
A some test that runs on macOS Catalina, which is a clone of the Dart VM hot patching performance benchmarking.
stage: devicelab
stage: devicelab_ios
flaky: true
required_agent_capabilities: ["mac-catalina/android"]
required_agent_capabilities: ["mac-catalina/ios"]
# Tests running on Windows host