File tree 3 files changed +7
-25
lines changed 3 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -223,11 +223,10 @@ buckets {
223
223
builders { name: " fuzz-linux" }
224
224
225
225
# CI Builders for the analyzer branch
226
- builders { name: " analyzer-analysis-server-linux-analyzer" }
227
- builders { name: " analyzer-linux-release-analyzer" }
228
- builders { name: " analyzer-linux-release-analyzer-new" mixins: " new_workflow" }
229
- builders { name: " analyzer-mac-release-analyzer" mixins: " mac" }
230
- builders { name: " analyzer-win-release-analyzer" mixins: " win" }
226
+ builders { name: " analyzer-analysis-server-linux-analyzer" mixins: " new_workflow" }
227
+ builders { name: " analyzer-linux-release-analyzer" mixins: " new_workflow" }
228
+ builders { name: " analyzer-mac-release-analyzer" mixins: " new_workflow" mixins: " mac" }
229
+ builders { name: " analyzer-win-release-analyzer" mixins: " new_workflow" mixins: " win" }
231
230
232
231
# CI Builders for the master branch
233
232
builders { name: " analyzer-analysis-server-linux" mixins: " new_workflow" }
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/dartlang.png"
2
2
3
3
consoles: {
4
4
id: " analyzer"
5
- name: " SDK Analyzer 0.33 Branch Console"
5
+ name: " SDK Analyzer Stable Branch Console"
6
6
repo_url: " https://dart.googlesource.com/sdk"
7
- refs: " refs/heads/analyzer-0.33 "
7
+ refs: " refs/heads/analyzer-stable "
8
8
manifest_name: " REVISION"
9
9
builders {
10
10
name: " buildbucket/luci.dart.ci.sandbox/analyzer-analysis-server-linux-analyzer"
@@ -16,11 +16,6 @@ consoles: {
16
16
category: " analyzer"
17
17
short_name: " l"
18
18
}
19
- builders {
20
- name: " buildbucket/luci.dart.ci.sandbox/analyzer-linux-release-analyzer-new"
21
- category: " analyzer"
22
- short_name: " ln"
23
- }
24
19
builders {
25
20
name: " buildbucket/luci.dart.ci.sandbox/analyzer-mac-release-analyzer"
26
21
category: " analyzer"
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ trigger {
44
44
acl_sets: "default"
45
45
gitiles: {
46
46
repo: "https://dart.googlesource.com/sdk/"
47
- refs: "refs/heads/analyzer-0.33 "
47
+ refs: "refs/heads/analyzer-stable "
48
48
}
49
49
triggers: "analyzer-analysis-server-linux-analyzer"
50
50
triggers: "analyzer-linux-release-analyzer"
51
- triggers: "analyzer-linux-release-analyzer-new"
52
51
triggers: "analyzer-mac-release-analyzer"
53
52
triggers: "analyzer-win-release-analyzer"
54
53
}
@@ -339,17 +338,6 @@ job {
339
338
}
340
339
}
341
340
342
- job {
343
- id : "analyzer-linux-release-analyzer-new"
344
- acl_sets: "default"
345
- schedule: "triggered"
346
- buildbucket: {
347
- server : "cr-buildbucket.appspot.com"
348
- bucket: "luci.dart.ci.sandbox"
349
- builder: "analyzer-linux-release-analyzer-new"
350
- }
351
- }
352
-
353
341
job {
354
342
id : "analyzer-mac-release-analyzer"
355
343
acl_sets: "default"
You can’t perform that action at this time.
0 commit comments