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
ef205f7e
Unverified
Commit
ef205f7e
authored
Oct 15, 2020
by
Jonah Williams
Committed by
GitHub
Oct 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[devicelab] mark catalina not flaky and list iproxy processes before tet (#68239)
parent
12f54e17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
framework.dart
dev/devicelab/lib/framework/framework.dart
+5
-0
manifest.yaml
dev/devicelab/manifest.yaml
+0
-1
No files found.
dev/devicelab/lib/framework/framework.dart
View file @
ef205f7e
...
...
@@ -87,6 +87,11 @@ class _TaskRunner {
).
toSet
();
final
Set
<
RunningProcessInfo
>
allProcesses
=
await
getRunningProcesses
().
toSet
();
beforeRunningDartInstances
.
forEach
(
print
);
for
(
final
RunningProcessInfo
info
in
allProcesses
)
{
if
(
info
.
commandLine
.
contains
(
'iproxy'
))
{
print
(
'[LEAK]:
${info.commandLine}
${info.creationDate}
${info.pid}
'
);
}
}
print
(
'enabling configs for macOS, Linux, Windows, and Web...'
);
final
int
configResult
=
await
exec
(
path
.
join
(
flutterDirectory
.
path
,
'bin'
,
'flutter'
),
<
String
>[
...
...
dev/devicelab/manifest.yaml
View file @
ef205f7e
...
...
@@ -643,7 +643,6 @@ tasks:
A smoke test that runs on macOS Catalina, which is a clone of the Gallery startup latency test.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac-catalina/ios"
]
flaky
:
true
smoke_catalina_hot_mode_dev_cycle_ios__benchmark
:
description
:
>
...
...
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