mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
Move last bits of project-specific stuff out of decisionlib
This commit is contained in:
parent
5da5cdebea
commit
538107928d
2 changed files with 18 additions and 8 deletions
|
@ -7,7 +7,9 @@ from decisionlib import DecisionTask
|
|||
def main():
|
||||
decision = DecisionTask(
|
||||
project_name="Taskcluster experimenfts for Servo", # Used in task names
|
||||
route_prefix="project.servo.servo-taskcluster-experiments",
|
||||
docker_image_cache_expiry="1 week",
|
||||
worker_type="servo-docker-worker",
|
||||
)
|
||||
|
||||
build_task = decision.create_task_with_in_tree_dockerfile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue