ReleaseEngineering/How To/Self Provision a TaskCluster Windows Instance: Difference between revisions

Jump to navigation Jump to search
Updated to reflect move to taskcluster
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://tools.taskcluster.net/credentials to see what your login identity is, e.g. you should have the scope <code>assume:login-identity:<login-identity></code>).
(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:aws-provisioner-v1/<workerType>'
   - 'generic-worker:allow-rdp:gecko-t/<workerType>'


For example:
For example:


  scopes:
  scopes:
   - 'generic-worker:allow-rdp:aws-provisioner-v1/gecko-t-win7-32'
   - 'generic-worker:allow-rdp:gecko-t/t-win7-32-gpu'


5) If you will require administrator privileges:
5) If you will require administrator privileges:
24

edits

Navigation menu