未验证 提交 2a862579 编写于 作者: C Chris Bracken 提交者: GitHub

Eliminate verify_framework presubmit step (#17617)

This was originally added in 3c1c3e26 as
a means of avoiding running framework tests if they're known to be
failing, but given how flaky Cirrus infrastructure has historically
been, the number of false positives is too high.
上级 27ec8185
......@@ -100,9 +100,6 @@ 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册