From a5fcddbcd568bfda7462a4c79a8d0263b194da95 Mon Sep 17 00:00:00 2001 From: godofredoc <54371434+godofredoc@users.noreply.github.com> Date: Tue, 30 Jun 2020 12:18:10 -0700 Subject: [PATCH] Remove linux_host_release_tests. (flutter/engine#19419) This set of tests is already running on LUCI. Bug: https://github.com/flutter/flutter/issues/60607 --- engine/src/flutter/.cirrus.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/engine/src/flutter/.cirrus.yml b/engine/src/flutter/.cirrus.yml index 728a4538cca..2d17926ed49 100644 --- a/engine/src/flutter/.cirrus.yml +++ b/engine/src/flutter/.cirrus.yml @@ -69,14 +69,6 @@ task: dart bin/parse_and_send.dart ../../../out/host_release/fml_benchmarks.json dart bin/parse_and_send.dart ../../../out/host_release/shell_benchmarks.json dart bin/parse_and_send.dart ../../../out/host_release/ui_benchmarks.json - - name: build_and_test_linux_release - compile_host_script: | - cd $ENGINE_PATH/src - ./flutter/tools/gn --runtime-mode=release - ninja -C out/host_release - test_host_script: | - cd $ENGINE_PATH/src - ./flutter/testing/run_tests.sh host_release # The following test depends on Flutter framework repo. It may fail if the # framework repo is currently broken.