mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Use a custom decision task image
This commit is contained in:
parent
d81d2309fd
commit
a68a4489c8
2 changed files with 3 additions and 4 deletions
|
@ -26,7 +26,9 @@ tasks:
|
|||
|
||||
payload:
|
||||
maxRunTime: 1200
|
||||
image: "buildpack-deps:bionic-scm"
|
||||
# https://hub.docker.com/r/servobrowser/decision-task/builds/
|
||||
# https://github.com/SimonSapin/servo-decision-task-image
|
||||
image: "servobrowser/decision-task@sha256:8c9b4de60fc584828ae9a297a780945c2aa505d3b037ead3907554ab2e16aced"
|
||||
features:
|
||||
taskclusterProxy: true
|
||||
env:
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
import os
|
||||
import sys
|
||||
import json
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "vendored"))
|
||||
|
||||
import taskcluster
|
||||
|
||||
decision_task_id = os.environ["TASK_ID"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue