Bug 1594530: [firefox-ci] Fix staging tooltool URL; r=Callek a=tomrpince CLOSED TREE

MANUAL PUSH: Firefox-CI migration testing

Differential Revision: https://phabricator.services.mozilla.com/D52125

--HG--
extra : rebase_source : 56663925c5461fc5fcd51a0ce5da8a3d9940b0d4
extra : histedit_source : 783da1f32b91e1377868d21b1b879c6276e25035
This commit is contained in:
Tom Prince 2019-11-07 16:07:45 -07:00
Родитель 600844947a
Коммит 57fdb2bbe4
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="tooltool.staging.mozilla-releng.net"
TOOLTOOL_HOST="stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.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/tooltool.staging.mozilla-releng.net/'
tooltool_url = 'http://taskcluster/stage.tooltool.mozilla-releng.net/'
config = {
"options": [