Skip to content

Commit 02ae59a

Browse files
committed
[infra] Move flutter-analyze builder next to the other analyzer builders
Just changing the category unintentionally re-ordered the categories. [email protected] Change-Id: I346dbd5a56701850ee6c169ca36bc17bdfda13f2 Reviewed-on: https://dart-review.googlesource.com/c/90682 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 14aacc7 commit 02ae59a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

luci-milo.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ consoles: {
9393
category: "flutter"
9494
short_name: "3H"
9595
}
96-
builders {
97-
name: "buildbucket/luci.dart.ci.sandbox/flutter-analyze"
98-
category: "analyzer"
99-
short_name: "fa"
100-
}
10196
builders {
10297
name: "buildbucket/luci.dart.ci.sandbox/app-kernel-linux-debug-x64"
10398
category: "vm|app-kernel"
@@ -358,6 +353,11 @@ consoles: {
358353
category: "dart2js|d8"
359354
short_name: "u"
360355
}
356+
builders {
357+
name: "buildbucket/luci.dart.ci.sandbox/flutter-analyze"
358+
category: "analyzer"
359+
short_name: "fa"
360+
}
361361
builders {
362362
name: "buildbucket/luci.dart.ci.sandbox/analyzer-analysis-server-linux"
363363
category: "analyzer"
@@ -542,11 +542,6 @@ consoles: {
542542
category: "flutter"
543543
short_name: "3H"
544544
}
545-
builders {
546-
name: "buildbucket/luci.dart.ci.sandbox/flutter-analyze"
547-
category: "analyzer"
548-
short_name: "fa"
549-
}
550545
builders {
551546
name: "buildbucket/luci.dart.ci.sandbox/dart2js-strong-hostasserts-linux-ia32-d8"
552547
category: "dart2js|d8"
@@ -562,6 +557,11 @@ consoles: {
562557
category: "dart2js|d8"
563558
short_name: "u"
564559
}
560+
builders {
561+
name: "buildbucket/luci.dart.ci.sandbox/flutter-analyze"
562+
category: "analyzer"
563+
short_name: "fa"
564+
}
565565
builders {
566566
name: "buildbucket/luci.dart.ci.sandbox/analyzer-analysis-server-linux"
567567
category: "analyzer"

0 commit comments

Comments
 (0)