add tests to linux hosts (#10409)

This commit is contained in:
Yegor 2017-05-31 12:43:18 -07:00 committed by GitHub
parent 9c502cba95
commit 7397bb9071
2 changed files with 32 additions and 13 deletions

View File

@ -0,0 +1,9 @@
// Copyright (c) 2017 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 'hot_mode_dev_cycle__benchmark.dart' as hot_mode_dev_cycle_benchmark;
void main() {
hot_mode_dev_cycle_benchmark.main();
}

View File

@ -69,19 +69,6 @@ tasks:
stage: devicelab
required_agent_capabilities: ["has-android-device"]
technical_debt__cost:
description: >
Estimates our technical debt (TODOs, analyzer ignores, etc).
stage: devicelab
required_agent_capabilities: ["has-android-device"]
dartdocs:
description: >
Tracks how many members are still lacking documentation.
stage: devicelab
required_agent_capabilities: ["has-android-device"]
flaky: true
# Android on-device tests
complex_layout_scroll_perf__timeline_summary:
@ -274,3 +261,26 @@ tasks:
Measures the performance of Dart VM hot patching feature on Windows.
stage: devicelab_win
required_agent_capabilities: ["windows"]
# Tests running on Linux hosts
hot_mode_dev_cycle_linux__benchmark:
description: >
Measures the performance of Dart VM hot patching feature on a Linux host.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
dartdocs:
description: >
Tracks how many members are still lacking documentation.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
technical_debt__cost:
description: >
Estimates our technical debt (TODOs, analyzer ignores, etc).
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true