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
This commit is contained in:
godofredoc 2020-06-30 12:18:10 -07:00 committed by GitHub
parent 3fd7e81ba9
commit a5fcddbcd5

View File

@ -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.