Skip to content

Commit 8977fcc

Browse files
committed
Fix schema and taskId format for external task images
1 parent 8c0f1de commit 8977fcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/taskgraph/transforms/task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ def verify_index(config, index):
489489
{"in-tree": str},
490490
# an indexed docker image
491491
{"indexed": str},
492+
# an external task image
493+
{"path": str, "type": str, "taskId": str},
492494
),
493495
# worker features that should be enabled
494496
Required("relengapi-proxy"): bool,

0 commit comments

Comments
 (0)