Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
192f9e5e
Unverified
Commit
192f9e5e
authored
Sep 24, 2020
by
Jonah Williams
Committed by
GitHub
Sep 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove skipped tool test, remove integration shard from cirrus (#66503)
parent
6642d8f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
50 deletions
+0
-50
.cirrus.yml
.cirrus.yml
+0
-33
.codecov.yml
.codecov.yml
+0
-17
No files found.
.cirrus.yml
View file @
192f9e5e
...
...
@@ -154,39 +154,6 @@ task:
-
(cd dev/bots; pub get)
-
dart --enable-asserts ./dev/bots/test.dart
-
name
:
tool_tests-integration-linux
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter_tools/**',
'bin/**')
&&
$CIRRUS_PR
!=
''"
environment
:
# As of October 2019, the tool_tests-integration-linux shard got faster with more CPUs up to
# 6 CPUs, and needed at least 8G of RAM to not run out of memory.
CPU
:
6
MEMORY
:
8G
CHROME_NO_SANDBOX
:
true
SHOULD_UPDATE_PACKAGES
:
"
FALSE"
script
:
-
(cd packages/flutter_tools; pub get)
-
(cd dev/bots; pub get)
-
(cd dev/tools; pub get)
-
dart --enable-asserts ./dev/bots/test.dart
-
name
:
tool_coverage-linux
# linux-only
skip
:
true
# Skip while moving between Cirrus and LUCI
only_if
:
"
$CIRRUS_BRANCH
==
'master'"
environment
:
# As of February 2020, the tool_coverage-linux shard needed at least 24G of RAM to run without
# getting OOM-killed, and even 8 CPUs took 25 minutes.
CPU
:
8
MEMORY
:
24G
CODECOV_TOKEN
:
ENCRYPTED[7c76a7f8c9264f3b7f3fd63fcf186f93c62c4dfe43ec288861c2f506d456681032b89efe7b7a139c82156350ca2c752c]
SHOULD_UPDATE_PACKAGES
:
"
FALSE"
script
:
-
(cd packages/flutter_tools; pub get)
-
(cd packages/flutter_tools/test/data/asset_test/main; pub get)
-
(cd packages/flutter_tools/test/data/asset_test/font; pub get)
-
(cd dev/bots; pub get)
-
dart --enable-asserts ./dev/bots/test.dart
-
bash <(curl -s https://codecov.io/bash) -c -f packages/flutter_tools/coverage/lcov.info -F flutter_tool
-
name
:
web_integration_tests
only_if
:
"
changesInclude('.cirrus.yml',
'dev/**',
'packages/flutter/**',
'packages/flutter_test/**',
'packages/flutter_tools/**',
'packages/flutter_web_plugins/**',
'bin/**')
&&
$CIRRUS_PR
!=
''"
environment
:
...
...
.codecov.yml
deleted
100644 → 0
View file @
6642d8f1
# https://docs.codecov.io/docs/commit-status
coverage
:
status
:
project
:
default
:
# basic
target
:
0%
threshold
:
0%
base
:
0%
# advanced
branches
:
null
if_no_uploads
:
error
if_not_found
:
success
if_ci_failed
:
error
only_pulls
:
false
flags
:
null
paths
:
null
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment