Backed out 2 changesets (bug 1594530) for Toolchain failure. a=backout

Backed out changeset c1e66d6fc61e (bug 1594530)
Backed out changeset 9c751b07dda1 (bug 1594530)
This commit is contained in:
Dorel Luca 2019-11-06 23:20:13 +02:00
Родитель a0370f2bc4
Коммит 6b4475cbdc
13 изменённых файлов: 15 добавлений и 84 удалений

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

@ -19,13 +19,8 @@ if [ -e "$TOOLTOOL_AUTH_FILE" ]; then
fi
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="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_URL}/"
TOOLTOOL_DL_FLAGS="${TOOLTOOL_DL_FLAGS=} --tooltool-url=${TASKCLUSTER_PROXY_URL}/tooltool.mozilla-releng.net/"
fi
if [ -n "$UPLOAD_DIR" ]; then

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

@ -5,11 +5,6 @@
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/tooltool.staging.mozilla-releng.net/'
def WebglSuite(name):
return {
@ -48,7 +43,7 @@ config = {
'run-tests',
],
"tooltool_cache": os.environ.get("TOOLTOOL_CACHE"),
"tooltool_servers": [tooltool_url],
"tooltool_servers": ['http://taskcluster/tooltool.mozilla-releng.net/'],
"hostutils_manifest_path": "testing/config/tooltool-manifests/linux64/hostutils.manifest",
"avds_dir": "/builds/worker/workspace/build/.android",
# "log_format": "%(levelname)8s - %(message)s",

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

@ -2,16 +2,10 @@
#
# This configuration should be combined with suite definitions and other
# mozharness configuration from android_common.py, or similar.
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/tooltool.staging.mozilla-releng.net/'
config = {
"tooltool_manifest_path": "testing/config/tooltool-manifests/androidx86_7_0/releng.manifest",
"tooltool_servers": [tooltool_url],
"tooltool_servers": ['http://taskcluster/tooltool.mozilla-releng.net/'],
"emulator_manifest": """
[
{

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

@ -1,17 +1,11 @@
# this is a dict of pool specific keys/values. As this fills up and more
# fx build factories are ported, we might deal with this differently
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/tooltool.staging.mozilla-releng.net/'
config = {
"taskcluster": {
# use the relengapi proxy to talk to tooltool
"tooltool_servers": [tooltool_url],
"tooltool_url": tooltool_url,
"tooltool_servers": ['http://taskcluster/tooltool.mozilla-releng.net/'],
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
'upload_env': {
'UPLOAD_PATH': '/builds/worker/artifacts',
},

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

@ -7,11 +7,6 @@ external_tools_path = os.path.join(
'external_tools',
)
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/tooltool.staging.mozilla-releng.net/'
config = {
'tooltool_manifest_file': "osx.manifest",
'tooltool_cache': "/builds/tooltool_cache",
@ -37,6 +32,6 @@ config = {
'PATH': ('{MOZ_FETCHES_DIR}/clang/bin/:%(PATH)s'
.format(MOZ_FETCHES_DIR=os.environ['MOZ_FETCHES_DIR'])),
},
"tooltool_servers": [tooltool_url],
"tooltool_url": tooltool_url,
"tooltool_servers": ['http://taskcluster/tooltool.mozilla-releng.net/'],
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
}

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

@ -2,16 +2,11 @@ import os
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/tooltool.staging.mozilla-releng.net/'
config = {
"locale": os.environ.get("LOCALE"),
# ToolTool
"tooltool_url": tooltool_url,
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
'tooltool_cache': os.environ.get('TOOLTOOL_CACHE'),
'run_configure': False,

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

@ -2,16 +2,11 @@ import os
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/tooltool.staging.mozilla-releng.net/'
config = {
"locale": os.environ.get("LOCALE"),
# ToolTool
"tooltool_url": tooltool_url,
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
'tooltool_cache': os.environ.get('TOOLTOOL_CACHE'),
'run_configure': False,

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

@ -1,16 +1,11 @@
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/tooltool.staging.mozilla-releng.net/'
config = {
"src_mozconfig": "browser/config/mozconfigs/macosx64/repack",
"repack_id": os.environ.get("REPACK_ID"),
# ToolTool
"tooltool_url": tooltool_url,
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
'tooltool_cache': os.environ.get('TOOLTOOL_CACHE'),
}

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

@ -1,16 +1,11 @@
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/tooltool.staging.mozilla-releng.net/'
config = {
"src_mozconfig": "browser/config/mozconfigs/macosx64/repack",
"locale": os.environ.get("LOCALE"),
# ToolTool
"tooltool_url": tooltool_url,
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
'tooltool_cache': os.environ.get('TOOLTOOL_CACHE'),
}

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

@ -2,15 +2,10 @@ import os
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/tooltool.staging.mozilla-releng.net/'
config = {
"repack_id": os.environ.get("REPACK_ID"),
'tooltool_url': tooltool_url,
'tooltool_url': 'https://tooltool.mozilla-releng.net/',
'run_configure': False,
'env': {

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

@ -1,10 +1,3 @@
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/tooltool.staging.mozilla-releng.net/'
config = {
"l10n_dir": "l10n-central",
"locales_dir": "mobile/android/locales",
@ -22,7 +15,7 @@ config = {
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
"output_dir": "%(abs_work_dir)s/src",
},
"tooltool_servers": [tooltool_url],
"tooltool_servers": ['http://taskcluster/tooltool.mozilla-releng.net/'],
"upload_env": {
'UPLOAD_PATH': '/builds/worker/artifacts/',

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

@ -1,10 +1,5 @@
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/tooltool.staging.mozilla-releng.net/'
config = {
"bootstrap_env": {
"NO_MERCURIAL_SETUP_CHECK": "1",
@ -18,7 +13,7 @@ config = {
'UPLOAD_PATH': '/builds/worker/artifacts/',
},
"tooltool_url": tooltool_url,
"tooltool_url": 'http://taskcluster/tooltool.mozilla-releng.net/',
"vcs_share_base": "/builds/hg-shared",
}

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

@ -5,11 +5,6 @@
# ***** END LICENSE BLOCK *****
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/tooltool.staging.mozilla-releng.net/'
config = {
"options": [
"--prefs-root=%(test_path)s/prefs",
@ -30,5 +25,5 @@ config = {
"minidump_stackwalk_path": "linux64-minidump_stackwalk",
"per_test_category": "web-platform",
"tooltool_cache": os.environ.get("TOOLTOOL_CACHE"),
"tooltool_servers": [tooltool_url],
"tooltool_servers": ['http://taskcluster/tooltool.mozilla-releng.net/'],
}