We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa7cc1 commit da5b826Copy full SHA for da5b826
taskcluster/fxci_config_taskgraph/transforms/integration_test.py
@@ -173,6 +173,8 @@ def create_action_task(action: dict):
173
name = action.pop("name")
174
perm = action.pop("perm")
175
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
178
taskid = slugid.v4()
179
180
r = requests.get(f"{repo}/raw/{branch}/.taskcluster.yml")
0 commit comments