Skip to content

Commit

Permalink
Add try-taskcluster branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 9, 2018
1 parent 9515028 commit eaee801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Expand Up @@ -5,7 +5,7 @@ policy:
tasks:
- $if: 'tasks_for == "github-push"'
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:

# NOTE: when updating this consider whether the daily hook needs similar changes:
Expand Down
1 change: 1 addition & 0 deletions etc/taskcluster/decision_task.py
Expand Up @@ -388,6 +388,7 @@ def dockerfile_path(name):
"worker_type": "servo-win2016",
"env": build_env,
})
.with_index_and_artifacts_expire_in(build_artifacts_expire_in)


if __name__ == "__main__":
Expand Down

0 comments on commit eaee801

Please sign in to comment.