mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add a script to run .taskcluster.yml
expansion offline
That file’s logic is getting kinda complex
This commit is contained in:
parent
5d0dbd6355
commit
bc366d01a8
2 changed files with 73 additions and 0 deletions
|
@ -265,6 +265,7 @@ class Task:
|
|||
except taskcluster.TaskclusterRestFailure as e:
|
||||
if e.status_code != 404: # pragma: no cover
|
||||
raise
|
||||
# FIXME: skip for untrusted tasks that don’t have the scope to do this?
|
||||
self.routes.append("index.%s.%s" % (CONFIG.index_prefix, index_path))
|
||||
task_id = self.create()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue