Backed out changeset ac63c8962183 (bug 1594530) on tomprince's request. CLOSED TREE

This commit is contained in:
Dorel Luca 2019-11-10 05:13:38 +02:00
Родитель 5fb0480649
Коммит a194206e3c
13 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -22,7 +22,7 @@ if [ -n "$TASKCLUSTER_PROXY_URL" ]; then
TOOLTOOL_HOST="tooltool.mozilla-releng.net"
LEGACY_TC_ROOT_URL="https://taskcluster.net"
if [ ${TASKCLUSTER_ROOT_URL:-${LEGACY_TC_ROOT_URL}} != ${LEGACY_TC_ROOT_URL} ]; then
TOOLTOOL_HOST="stage.tooltool.mozilla-releng.net"
TOOLTOOL_HOST="tooltool.staging.mozilla-releng.net"
fi
# When the worker has the relengapi proxy setup, use it.
TOOLTOOL_DL_FLAGS="${TOOLTOOL_DL_FLAGS=} --tooltool-url=${TASKCLUSTER_PROXY_URL}/${TOOLTOOL_HOST}/"

Просмотреть файл

@ -8,7 +8,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
def WebglSuite(name):

Просмотреть файл

@ -7,7 +7,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"tooltool_manifest_path": "testing/config/tooltool-manifests/androidx86_7_0/releng.manifest",

Просмотреть файл

@ -5,7 +5,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"taskcluster": {

Просмотреть файл

@ -10,7 +10,7 @@ external_tools_path = os.path.join(
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
'tooltool_manifest_file': "osx.manifest",

Просмотреть файл

@ -5,7 +5,7 @@ platform = "linux32"
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"locale": os.environ.get("LOCALE"),

Просмотреть файл

@ -5,7 +5,7 @@ platform = "linux64"
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"locale": os.environ.get("LOCALE"),

Просмотреть файл

@ -3,7 +3,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"src_mozconfig": "browser/config/mozconfigs/macosx64/repack",

Просмотреть файл

@ -3,7 +3,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"src_mozconfig": "browser/config/mozconfigs/macosx64/repack",

Просмотреть файл

@ -5,7 +5,7 @@ platform = "win64"
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"repack_id": os.environ.get("REPACK_ID"),

Просмотреть файл

@ -3,7 +3,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"l10n_dir": "l10n-central",

Просмотреть файл

@ -3,7 +3,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"bootstrap_env": {

Просмотреть файл

@ -8,7 +8,7 @@ import os
tooltool_url = 'http://taskcluster/tooltool.mozilla-releng.net/'
if os.environ.get('TASKCLUSTER_ROOT_URL', 'https://taskcluster.net') != 'https://taskcluster.net':
# Pre-point tooltool at staging cluster so we can run in parallel with legacy cluster
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/tooltool.staging.mozilla-releng.net/'
config = {
"options": [