@@ -124,43 +124,9 @@ tasks:
124124 owner : cdenizet@mozilla.com
125125 source : ${repository}/raw/${head_rev}/.taskcluster.yml
126126
127- - taskId : {$eval: as_slugid("windows_test_task")}
128- created : {$fromNow: ''}
129- deadline : {$fromNow: '1 hour'}
130- provisionerId : proj-relman
131- workerType : win2012r2
132- payload :
133- maxRunTime : 3600
134- command :
135- - set VSWHERE=%programfiles(x86)%\Microsoft Visual Studio\Installer
136- - set VS_BINS=VC\Tools\MSVC\*\bin\Hostx64\x64
137- - set RUSTUP_INIT_PATH=%CD%\rustup-init
138- - set CARGO_PATH=%USERPROFILE%\.cargo\bin
139- - set PATH=%RUSTUP_INIT_PATH%;%CARGO_PATH%;%VSWHERE%;%PATH%
140- - set VSWHERE_CMD=vswhere -latest -products * -find %VS_BINS%
141- - FOR /F "tokens=*" %%o IN ('%VSWHERE_CMD%') do (SET LIB_PATH=%%o)
142- - set PATH=%LIB_PATH%;%PATH%
143- - rustup-init -yv --default-toolchain stable ^
144- --default-host x86_64-pc-windows-msvc
145- - git clone --quiet ${repository}
146- - cd rust-code-analysis
147- - git -c advice.detachedHead=false checkout ${head_rev}
148- - git submodule update --init
149- - cargo test --workspace --verbose --all-features
150- mounts :
151- - content :
152- url : https://win.rustup.rs/
153- file : rustup-init\rustup-init.exe
154- metadata :
155- name : rust-code-analysis windows test
156- description : rust-code-analysis windows test
157- owner : cdenizet@mozilla.com
158- source : ${repository}/raw/${head_rev}/.taskcluster.yml
159-
160127 - taskId : {$eval: as_slugid("check_tree_sitter_mozcpp")}
161128 dependencies :
162129 - {$eval: as_slugid("lint_test_task")}
163- - {$eval: as_slugid("windows_test_task")}
164130 created : {$fromNow: ''}
165131 deadline : {$fromNow: '1 hour'}
166132 provisionerId : proj-relman
@@ -193,7 +159,6 @@ tasks:
193159 - taskId : {$eval: as_slugid("check_tree_sitter_mozjs")}
194160 dependencies :
195161 - {$eval: as_slugid("lint_test_task")}
196- - {$eval: as_slugid("windows_test_task")}
197162 created : {$fromNow: ''}
198163 deadline : {$fromNow: '1 hour'}
199164 provisionerId : proj-relman
@@ -226,7 +191,6 @@ tasks:
226191 - taskId : {$eval: as_slugid("check_tree_sitter_rust")}
227192 dependencies :
228193 - {$eval: as_slugid("lint_test_task")}
229- - {$eval: as_slugid("windows_test_task")}
230194 created : {$fromNow: ''}
231195 deadline : {$fromNow: '1 hour'}
232196 provisionerId : proj-relman
@@ -259,7 +223,6 @@ tasks:
259223 - taskId : {$eval: as_slugid("check_tree_sitter_java")}
260224 dependencies :
261225 - {$eval: as_slugid("lint_test_task")}
262- - {$eval: as_slugid("windows_test_task")}
263226 created : {$fromNow: ''}
264227 deadline : {$fromNow: '1 hour'}
265228 provisionerId : proj-relman
@@ -292,7 +255,6 @@ tasks:
292255 - taskId : {$eval: as_slugid("check_tree_sitter_python")}
293256 dependencies :
294257 - {$eval: as_slugid("lint_test_task")}
295- - {$eval: as_slugid("windows_test_task")}
296258 created : {$fromNow: ''}
297259 deadline : {$fromNow: '1 hour'}
298260 provisionerId : proj-relman
@@ -325,7 +287,6 @@ tasks:
325287 - taskId : {$eval: as_slugid("check_tree_sitter_typescript")}
326288 dependencies :
327289 - {$eval: as_slugid("lint_test_task")}
328- - {$eval: as_slugid("windows_test_task")}
329290 created : {$fromNow: ''}
330291 deadline : {$fromNow: '1 hour'}
331292 provisionerId : proj-relman
@@ -360,7 +321,6 @@ tasks:
360321 taskId : {$eval: as_slugid("test_mozilla_central")}
361322 dependencies :
362323 - {$eval: as_slugid("lint_test_task")}
363- - {$eval: as_slugid("windows_test_task")}
364324 created : {$fromNow: ''}
365325 deadline : {$fromNow: '1 hour'}
366326 provisionerId : proj-relman
@@ -475,7 +435,6 @@ tasks:
475435 taskId : {$eval: as_slugid("build_windows_release")}
476436 dependencies :
477437 - {$eval: as_slugid("lint_test_task")}
478- - {$eval: as_slugid("windows_test_task")}
479438 created : {$fromNow: ''}
480439 deadline : {$fromNow: '2 hour'}
481440 provisionerId : proj-relman
0 commit comments