taskcluster / taskcluster-tools

Tools for debugging, inspecting and managing Taskcluster
https://tools.taskcluster.net/
Mozilla Public License 2.0
26 stars 91 forks source link

Interactive Task: remove check for command property #605

Closed helfi92 closed 5 years ago

helfi92 commented 5 years ago

From IRC:

marco > pmoore: another question, for some reason "Create Interactive Task" is disabled on https://tools.taskcluster.net/groups/OAebBJN8Q-uJ87bLvhOq2Q/tasks/ZYVkdpARRWO2rJ0B_TCJfw/runs/3/logs/public%2Flogs%2Flive.log
pmoore > hassan: do you know why a command is required for interactive tasks when the docker image entry point can be used as the task command for non-interactive docker-worker tasks?
hassan > i'm not sure why a command is set as required for interactive tasks. we could try removing it
helfi92 commented 5 years ago

I assume there's no payload.command.push(..) later that this is guarding?

Doesn't seem like it.