From b4b6aaa4971da8cd29e23bff3a44eb784792fce7 Mon Sep 17 00:00:00 2001 From: Yuqian Li Date: Tue, 7 Apr 2020 10:42:25 -0700 Subject: [PATCH 1/2] Add comments to build_and_test_linux_unopt_debug Clarify that the test depends on the framework repo. It may fail if the framework repo is broken, so the engine committer don't need to be in panic. --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index b2942ded3b186..eaea5ebee05a4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -74,6 +74,9 @@ task: 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. - name: build_and_test_linux_unopt_debug compile_host_script: | cd $ENGINE_PATH/src From 9b2d039c18e8c92b97fb94270310ca7502eea31c Mon Sep 17 00:00:00 2001 From: Yuqian Li Date: Tue, 7 Apr 2020 11:28:52 -0700 Subject: [PATCH 2/2] Add test for framework Cirrus status --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index eaea5ebee05a4..c58fcb3b3ac65 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -100,6 +100,9 @@ task: mkdir -p $FRAMEWORK_PATH cd $FRAMEWORK_PATH git clone https://github.com/flutter/flutter.git + verify_framework_script: + - echo "Checking that the framework Cirrus test is not currently broken..." + - curl -s https://api.cirrus-ci.com/github/flutter/flutter.json | grep -q passing test_web_script: | cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web ../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web