• William Hesse's avatar
    Fix detection that tests are running on monorepo bots (#129173) · 6ae22ef4
    William Hesse authored
    Automatic CI testing runs on monorepo bots that tests the heads
    of the Dart SDK, Flutter engine, and Flutter framework together.
    These tests previously ran on bots called HHH (triple-headed),
    and the logic for detecting this used the machine name of the test machine.
    
    Extend that detection logic to cover the test machine hostnames that
    run monorepo testing, that start with either 'dart-tests-' or 'luci-dart-'.
    
    None of the machines used to run Flutter release builds have names
    like this, even though they are in an internal Dart luci project.
    
    Bug: b/231927187
    6ae22ef4
Name
Last commit
Last update
..
automated_tests Loading commit data...
benchmarks Loading commit data...
bots Loading commit data...
ci Loading commit data...
conductor Loading commit data...
customer_testing Loading commit data...
devicelab Loading commit data...
docs Loading commit data...
forbidden_from_release_tests Loading commit data...
integration_tests Loading commit data...
manual_tests Loading commit data...
missing_dependency_tests Loading commit data...
snippets/config Loading commit data...
tools Loading commit data...
tracing_tests Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...