No bug: Remove unused TASKCLUSTER_PROXY_URL and TASKCLUSTER_ROOT_URL env variables; r=aki

These are provied by the worker directly, now.

Differential Revision: https://phabricator.services.mozilla.com/D82244
This commit is contained in:
Tom Prince 2020-07-03 23:31:43 +00:00
parent 9ef67b9fdd
commit 2371948e17

View File

@ -201,9 +201,6 @@ tasks:
# This causes cached_task digest generation to be random for
# some tasks. Disable bytecode generation to work around that.
PYTHONDONTWRITEBYTECODE: '1'
# someday, these will be provided by the worker - Bug 1492664
TASKCLUSTER_ROOT_URL: https://taskcluster.net
TASKCLUSTER_PROXY_URL: http://taskcluster
- $if: 'tasks_for == "action"'
then:
ACTION_TASK_GROUP_ID: '${action.taskGroupId}' # taskGroupId of the target task