@@ -35,40 +35,11 @@ platform_properties:
35
35
os : Windows
36
36
37
37
targets :
38
- # TODO(stuartmorgan) Remove once the renamed version below has propagated.
39
- - name : Windows Plugins master channel
40
- recipe : plugins/plugins
41
- timeout : 30
42
- properties :
43
- add_recipes_cq : " true"
44
- target_file : windows_build_and_platform_tests.yaml
45
- dependencies : >
46
- [
47
- {"dependency": "vs_build"}
48
- ]
49
- scheduler : luci
50
-
51
- # TODO(stuartmorgan) Remove once the renamed version below has propagated.
52
- - name : Windows Plugins stable channel
53
- recipe : plugins/plugins
54
- timeout : 30
55
- properties :
56
- add_recipes_cq : " true"
57
- target_file : windows_build_and_platform_tests.yaml
58
- channel : stable
59
- dependencies : >
60
- [
61
- {"dependency": "vs_build"}
62
- ]
63
- scheduler : luci
64
-
65
38
- name : Windows win32-platform_tests master
66
39
recipe : plugins/plugins
67
- bringup : true
68
40
timeout : 30
69
41
properties :
70
- # TODO(stuartmorgan): Uncomment when removing bringup.
71
- # add_recipes_cq: "true"
42
+ add_recipes_cq : " true"
72
43
target_file : windows_build_and_platform_tests.yaml
73
44
dependencies : >
74
45
[
@@ -78,11 +49,9 @@ targets:
78
49
79
50
- name : Windows win32-platform_tests stable
80
51
recipe : plugins/plugins
81
- bringup : true
82
52
timeout : 30
83
53
properties :
84
- # TODO(stuartmorgan): Uncomment when removing bringup.
85
- # add_recipes_cq: "true"
54
+ add_recipes_cq : " true"
86
55
target_file : windows_build_and_platform_tests.yaml
87
56
channel : stable
88
57
dependencies : >
@@ -93,11 +62,9 @@ targets:
93
62
94
63
- name : Windows windows-build_all_plugins master
95
64
recipe : plugins/plugins
96
- bringup : true
97
65
timeout : 30
98
66
properties :
99
- # TODO(stuartmorgan): Uncomment when removing bringup.
100
- # add_recipes_cq: "true"
67
+ add_recipes_cq : " true"
101
68
target_file : build_all_plugins.yaml
102
69
dependencies : >
103
70
[
@@ -107,11 +74,9 @@ targets:
107
74
108
75
- name : Windows windows-build_all_plugins stable
109
76
recipe : plugins/plugins
110
- bringup : true
111
77
timeout : 30
112
78
properties :
113
- # TODO(stuartmorgan): Uncomment when removing bringup.
114
- # add_recipes_cq: "true"
79
+ add_recipes_cq : " true"
115
80
target_file : build_all_plugins.yaml
116
81
channel : stable
117
82
dependencies : >
@@ -122,11 +87,9 @@ targets:
122
87
123
88
- name : Windows uwp-platform_tests master
124
89
recipe : plugins/plugins
125
- bringup : true
126
90
timeout : 30
127
91
properties :
128
- # TODO(stuartmorgan): Uncomment when removing bringup.
129
- # add_recipes_cq: "true"
92
+ add_recipes_cq : " true"
130
93
target_file : uwp_build_and_platform_tests.yaml
131
94
dependencies : >
132
95
[
@@ -136,11 +99,9 @@ targets:
136
99
137
100
- name : Windows plugin_tools_tests
138
101
recipe : plugins/plugins
139
- bringup : true
140
102
timeout : 30
141
103
properties :
142
- # TODO(stuartmorgan): Uncomment when removing bringup.
143
- # add_recipes_cq: "true"
104
+ add_recipes_cq : " true"
144
105
target_file : plugin_tools_tests.yaml
145
106
scheduler : luci
146
107
0 commit comments