Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for requersting RDP access from generic-worker #26102
Conversation
|
One missing piece is deciding when to request this access. At the moment it’s only enabled for tasks started for testing a new AMI. Enabling it for all Windows tasks would be costly since workers are kept around for 12 hours. All |
… for servo/servo#26102
|
Based on discussion on Matrix, I’ve made this PR enable RDP for all Windows tasks in a new try branch (requires servo/saltfs#997) to be used with |
Add a `windows-rdp` try chooser … for servo/servo#26102
|
@bors-servo try=windows-rdp |
Add support for requersting RDP access from generic-worker Fixes #26082 Depends on: * [x] mozilla/community-tc-config#252 * [x] servo/taskcluster-config#24 * [x] servo/saltfs#997 * [ ] mozilla/treeherder#6265 (for relevant tasks to show up in https://treeherder.mozilla.org/#/jobs?repo=servo-try)
|
Confirmed that I could connect to RDP with https://github.com/servo/taskcluster-config#mach-rdp-run-a-remote-desktop-client-for-a-windows-task for tasks created by Homu here. This is ready to land. r? @paulrouget |
|
Thank you! @bors-servo r+ |
|
|
|
|
SimonSapin commentedApr 3, 2020
•
edited
Fixes #26082
Depends on: