24
edits
m (Correct the Template) |
(Updated to reflect move to taskcluster) |
||
| Line 22: | Line 22: | ||
rdpInfo: 'login-identity/mozilla-auth0/ad|Mozilla-LDAP|pmoore/rdpinfo.txt' | rdpInfo: 'login-identity/mozilla-auth0/ad|Mozilla-LDAP|pmoore/rdpinfo.txt' | ||
(check https:// | (check https://firefox-ci-tc.services.mozilla.com/profile to see what your login identity is, e.g. you should have the scope <code>assume:login-identity:<login-identity></code>). | ||
4) Check which <code>workerType</code> the task uses from the task definition, and then add the following scope to the list of task scopes: | 4) Check which <code>workerType</code> the task uses from the task definition, and then add the following scope to the list of task scopes: | ||
scopes: | scopes: | ||
- 'generic-worker:allow-rdp: | - 'generic-worker:allow-rdp:gecko-t/<workerType>' | ||
For example: | For example: | ||
scopes: | scopes: | ||
- 'generic-worker:allow-rdp: | - 'generic-worker:allow-rdp:gecko-t/t-win7-32-gpu' | ||
5) If you will require administrator privileges: | 5) If you will require administrator privileges: | ||
edits