Bug 1786307 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:
1. Find a test or lint task on try and go to its Taskcluster page ([e.g](https://treeherder.mozilla.org/jobs?repo=try&selectedTaskRun=UnwioxDxTDW1euUYM1Fmxw.0))
2. From three dot menu bottom left, select "Create Interactive Task"
3. Wait for the `create-interac` action task to complete
4. Go to it's task details, click on the dependent task.
5. Append `/connect` to the URL
6. Click the `shell` option

Expected:
You are now in an interactive shell.

Actual:
No shell prompt is displayed. Shell cursor is red and stuck in top left. No text can be entered. This is consistent with what happens when the firewall blocks connecting to L3 tasks.

My theory is that this regressed when we switched test tasks over to GCP. Maybe we need to update the firewall rules.
STR:
1. Find a test or lint task on try in Treeherder
2. From three dot menu bottom left, select "Create Interactive Task"
3. Wait for the `create-interac` action task to complete
4. Go to it's task details, click on the dependent task.
5. Append `/connect` to the URL
6. Click the `shell` option

Expected:
You are now in an interactive shell.

Actual:
No shell prompt is displayed. Shell cursor is red and stuck in top left. No text can be entered. This is consistent with what happens when the firewall blocks connecting to L3 tasks.

My theory is that this regressed when we switched test tasks over to GCP. Maybe we need to update the firewall rules.

Back to Bug 1786307 Comment 0