@@ -35,6 +35,7 @@ platform_properties:
3535 os : Windows
3636
3737targets :
38+ # TODO(stuartmorgan) Remove once the renamed version below has propagated.
3839 - name : Windows Plugins master channel
3940 recipe : plugins/plugins
4041 timeout : 30
@@ -47,6 +48,7 @@ targets:
4748 ]
4849 scheduler : luci
4950
51+ # TODO(stuartmorgan) Remove once the renamed version below has propagated.
5052 - name : Windows Plugins stable channel
5153 recipe : plugins/plugins
5254 timeout : 30
@@ -60,6 +62,88 @@ targets:
6062 ]
6163 scheduler : luci
6264
65+ - name : Windows win32-platform_tests master
66+ recipe : plugins/plugins
67+ bringup : true
68+ timeout : 30
69+ properties :
70+ # TODO(stuartmorgan): Uncomment when removing bringup.
71+ # add_recipes_cq: "true"
72+ target_file : windows_build_and_platform_tests.yaml
73+ dependencies : >
74+ [
75+ {"dependency": "vs_build"}
76+ ]
77+ scheduler : luci
78+
79+ - name : Windows win32-platform_tests stable
80+ recipe : plugins/plugins
81+ bringup : true
82+ timeout : 30
83+ properties :
84+ # TODO(stuartmorgan): Uncomment when removing bringup.
85+ # add_recipes_cq: "true"
86+ target_file : windows_build_and_platform_tests.yaml
87+ channel : stable
88+ dependencies : >
89+ [
90+ {"dependency": "vs_build"}
91+ ]
92+ scheduler : luci
93+
94+ - name : Windows windows-build_all_plugins master
95+ recipe : plugins/plugins
96+ bringup : true
97+ timeout : 30
98+ properties :
99+ # TODO(stuartmorgan): Uncomment when removing bringup.
100+ # add_recipes_cq: "true"
101+ target_file : build_all_plugins.yaml
102+ dependencies : >
103+ [
104+ {"dependency": "vs_build"}
105+ ]
106+ scheduler : luci
107+
108+ - name : Windows windows-build_all_plugins stable
109+ recipe : plugins/plugins
110+ bringup : true
111+ timeout : 30
112+ properties :
113+ # TODO(stuartmorgan): Uncomment when removing bringup.
114+ # add_recipes_cq: "true"
115+ target_file : build_all_plugins.yaml
116+ channel : stable
117+ dependencies : >
118+ [
119+ {"dependency": "vs_build"}
120+ ]
121+ scheduler : luci
122+
123+ - name : Windows uwp-platform_tests master
124+ recipe : plugins/plugins
125+ bringup : true
126+ timeout : 30
127+ properties :
128+ # TODO(stuartmorgan): Uncomment when removing bringup.
129+ # add_recipes_cq: "true"
130+ target_file : uwp_build_and_platform_tests.yaml
131+ dependencies : >
132+ [
133+ {"dependency": "vs_build"}
134+ ]
135+ scheduler : luci
136+
137+ - name : Windows plugin_tools_tests
138+ recipe : plugins/plugins
139+ bringup : true
140+ timeout : 30
141+ properties :
142+ # TODO(stuartmorgan): Uncomment when removing bringup.
143+ # add_recipes_cq: "true"
144+ target_file : plugin_tools_tests.yaml
145+ scheduler : luci
146+
63147 - name : Linux ci_yaml plugins roller
64148 recipe : infra/ci_yaml
65149 timeout : 30
0 commit comments