We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8f57c commit 9945db3Copy full SHA for 9945db3
.cirrus.yml
@@ -32,18 +32,6 @@ task:
32
mv $CIRRUS_WORKING_DIR flutter
33
gclient sync
34
matrix:
35
- - name: build_and_benchmark_linux_release
36
- only_if: $CIRRUS_BRANCH == 'master' # Only run for post-submit commits.
37
- compile_host_script: |
38
- cd $ENGINE_PATH/src
39
- ./flutter/tools/gn --runtime-mode=release
40
- ninja -C out/host_release
41
- benchmark_host_script: |
42
- cd $ENGINE_PATH/src/out/host_release/
43
- $ENGINE_PATH/src/flutter/testing/benchmark/generate_metrics.sh
44
- cd $ENGINE_PATH/src/flutter/testing/benchmark
45
- upload_metrics.sh
46
-
47
# The following test depends on Flutter framework repo. It may fail if the
48
# framework repo is currently broken.
49
- name: build_and_test_linux_unopt_debug
0 commit comments