mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add try-taskcluster branch
This commit is contained in:
parent
95150280bf
commit
eaee801e64
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ policy:
|
||||||
tasks:
|
tasks:
|
||||||
- $if: 'tasks_for == "github-push"'
|
- $if: 'tasks_for == "github-push"'
|
||||||
then:
|
then:
|
||||||
$if: 'event.ref in ["refs/heads/auto", "refs/heads/try"]'
|
$if: 'event.ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/try-taskcluster"]'
|
||||||
then:
|
then:
|
||||||
|
|
||||||
# NOTE: when updating this consider whether the daily hook needs similar changes:
|
# NOTE: when updating this consider whether the daily hook needs similar changes:
|
||||||
|
|
|
@ -388,6 +388,7 @@ windows_build_kwargs = dict(**build_kwargs, **{
|
||||||
"worker_type": "servo-win2016",
|
"worker_type": "servo-win2016",
|
||||||
"env": build_env,
|
"env": build_env,
|
||||||
})
|
})
|
||||||
|
.with_index_and_artifacts_expire_in(build_artifacts_expire_in)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue