Skip to content

Commit

Permalink
Add comments to build_and_test_linux_unopt_debug (flutter#17567)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
liyuqian committed Apr 7, 2020
1 parent 1b6b609 commit 3c1c3e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -97,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
Expand Down

0 comments on commit 3c1c3e2

Please sign in to comment.