author | Mike Shal <mshal@mozilla.com> |
Wed, 17 Dec 2014 16:47:31 -0500 (2014-12-17) | |
changeset 11575 | 2bc473e710b90b1c07550de63ce67710bd25dbba |
parent 11574 | 34bb25dbee10c5d9f1073731655cf572e8795af9 |
child 11576 | 88ec902944f6212703a96bd658463d806b191480 |
push id | 8435 |
push user | mshal@mozilla.com |
push date | Wed, 17 Dec 2014 21:48:34 +0000 (2014-12-17) |
reviewers | rail |
bugs | 1112303 |
--- a/mozilla/BuildSlaves.py.template +++ b/mozilla/BuildSlaves.py.template @@ -18,8 +18,10 @@ tuxedoUsername = 'user' tuxedoPassword = 'passwd' balrog_credentials = { 'user': 'pass', 'user2': 'pass', } blobber_username = 'user' blobber_password = 'passwd' influxdb_credentials = 'http://foo.influxdb.com:8086/db/dbname/series?u=user&p=pass' +taskcluster_clientId = 'clientId' +taskcluster_accessToken = 'accessToken'