Skip to content

Commit da5b826

Browse files
committed
add todo about taskid
1 parent ffa7cc1 commit da5b826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskcluster/fxci_config_taskgraph/transforms/integration_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ def create_action_task(action: dict):
173173
name = action.pop("name")
174174
perm = action.pop("perm")
175175
action_input = action.pop("input")
176+
# TODO: we need a fake decision task, and for this to point at that
177+
# because we need to pull parameters.yml and probably other things
176178
taskid = slugid.v4()
177179

178180
r = requests.get(f"{repo}/raw/{branch}/.taskcluster.yml")

0 commit comments

Comments
 (0)