зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
600844947a
Коммит
57fdb2bbe4
|
@ -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": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче