File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,30 @@ tasks:
58
58
59
59
source : ${repository}/raw/${head_rev}/.taskcluster.yml
60
60
61
+ - taskId : {$eval: as_slugid("windows_test_task")}
62
+ created : {$fromNow: ''}
63
+ deadline : {$fromNow: '1 hour'}
64
+ provisionerId : proj-relman
65
+ workerType : win2012r2
66
+ payload :
67
+ maxRunTime : 3600
68
+ command :
69
+ - git clone --recursive --quiet ${repository}
70
+ - cd rust-code-analysis
71
+ - git -c advice.detachedHead=false checkout ${head_rev}
72
+ - cargo test
73
+ metadata :
74
+ name : rust-code-analysis windows test
75
+ description : rust-code-analysis windows test
76
+
77
+ source : ${repository}/raw/${head_rev}/.taskcluster.yml
78
+
61
79
- $if : ' tasks_for == "github-push" && head_branch[:10] == "refs/tags/"'
62
80
then :
63
81
taskId : {$eval: as_slugid("build_release")}
64
82
dependencies :
65
83
- {$eval: as_slugid("lint_test_task")}
84
+ - {$eval: as_slugid("windows_test_task")}
66
85
created : {$fromNow: ''}
67
86
deadline : {$fromNow: '2 hour'}
68
87
provisionerId : proj-relman
You can’t perform that action at this time.
0 commit comments