Skip to content
Snippets Groups Projects
Commit 51bc3e55 authored by Aki Sasaki's avatar Aki Sasaki
Browse files

bug 1423081 - desktop tc relpro dev mozharness configs. r=callek

MozReview-Commit-ID: 5ui5uERr1nO

--HG--
extra : rebase_source : 96ac36b2bee1f8ffd4206138e973278e9c048894
extra : histedit_source : e7caeabe003114e95f1bb0d608e2a46bb7b017d2
parent 356fe445
No related branches found
No related tags found
No related merge requests found
# lint_ignore=E501
config = {
"shipped-locales-url": "https://hg.mozilla.org/%(repo)s/raw-file/%(revision)s/browser/locales/shipped-locales",
"products": {
"installer": {
"product-name": "Devedition-%(version)s",
"check_uptake": True,
"alias": "firefox-devedition-latest",
"ssl-only": False,
"add-locales": True,
"paths": {
"linux": {
"path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
"bouncer-platform": "linux",
},
"linux64": {
"path": "/devedition/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
"bouncer-platform": "linux64",
},
"macosx64": {
"path": "/devedition/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
"bouncer-platform": "osx",
},
"win32": {
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
"bouncer-platform": "win",
},
"win64": {
"path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
"bouncer-platform": "win64",
},
},
},
"installer-ssl": {
"product-name": "Devedition-%(version)s-SSL",
"check_uptake": True,
"ssl-only": True,
"add-locales": True,
"paths": {
"linux": {
"path": "/devedition/releases/%(version)s/linux-i686/:lang/firefox-%(version)s.tar.bz2",
"bouncer-platform": "linux",
},
"linux64": {
"path": "/devedition/releases/%(version)s/linux-x86_64/:lang/firefox-%(version)s.tar.bz2",
"bouncer-platform": "linux64",
},
"macosx64": {
"path": "/devedition/releases/%(version)s/mac/:lang/Firefox%%20%(version)s.dmg",
"bouncer-platform": "osx",
},
"win32": {
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Setup%%20%(version)s.exe",
"bouncer-platform": "win",
},
"win64": {
"path": "/devedition/releases/%(version)s/win64/:lang/Firefox%%20Setup%%20%(version)s.exe",
"bouncer-platform": "win64",
},
},
},
"stub-installer": {
"product-name": "Devedition-%(version)s-stub",
"check_uptake": True,
"alias": "firefox-devedition-stub",
"ssl-only": True,
"add-locales": True,
"paths": {
"win32": {
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
"bouncer-platform": "win",
},
"win64": {
"path": "/devedition/releases/%(version)s/win32/:lang/Firefox%%20Installer.exe",
"bouncer-platform": "win64",
},
},
},
"complete-mar": {
"product-name": "Devedition-%(version)s-Complete",
"check_uptake": True,
"ssl-only": False,
"add-locales": True,
"paths": {
"linux": {
"path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(version)s.complete.mar",
"bouncer-platform": "linux",
},
"linux64": {
"path": "/devedition/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(version)s.complete.mar",
"bouncer-platform": "linux64",
},
"macosx64": {
"path": "/devedition/releases/%(version)s/update/mac/:lang/firefox-%(version)s.complete.mar",
"bouncer-platform": "osx",
},
"win32": {
"path": "/devedition/releases/%(version)s/update/win32/:lang/firefox-%(version)s.complete.mar",
"bouncer-platform": "win",
},
"win64": {
"path": "/devedition/releases/%(version)s/update/win64/:lang/firefox-%(version)s.complete.mar",
"bouncer-platform": "win64",
},
},
},
},
"partials": {
"releases-dir": {
"product-name": "Devedition-%(version)s-Partial-%(prev_version)s",
"check_uptake": True,
"ssl-only": False,
"add-locales": True,
"paths": {
"linux": {
"path": "/devedition/releases/%(version)s/update/linux-i686/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
"bouncer-platform": "linux",
},
"linux64": {
"path": "/devedition/releases/%(version)s/update/linux-x86_64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
"bouncer-platform": "linux64",
},
"macosx64": {
"path": "/devedition/releases/%(version)s/update/mac/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
"bouncer-platform": "osx",
},
"win32": {
"path": "/devedition/releases/%(version)s/update/win32/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
"bouncer-platform": "win",
},
"win64": {
"path": "/devedition/releases/%(version)s/update/win64/:lang/firefox-%(prev_version)s-%(version)s.partial.mar",
"bouncer-platform": "win64",
},
},
},
},
}
config = {
"log_name": "updates_devedition",
# TODO: use real repo
"repo": {
"repo": "https://hg.mozilla.org/users/asasaki_mozilla.com/tools",
"branch": "default",
"dest": "tools",
"vcs": "hg",
},
"vcs_share_base": "/builds/hg-shared",
# TODO: use real repo
"push_dest": "ssh://hg.mozilla.org/users/asasaki_mozilla.com/tools",
# maple repo used for staging beta
"shipped-locales-url": "https://hg.mozilla.org/projects/maple/raw-file/{revision}/browser/locales/shipped-locales",
"ignore_no_changes": True,
"ssh_user": "ffxbld",
"ssh_key": "~/.ssh/ffxbld_rsa",
"archive_domain": "ftp.stage.mozaws.net",
"archive_prefix": "https://ftp.stage.mozaws.net/pub",
"previous_archive_prefix": "https://archive.mozilla.org/pub",
"download_domain": "download.mozilla.org",
"balrog_url": "https://aus4.stage.mozaws.net/",
"balrog_username": "balrog-stage-ffxbld",
"update_channels": {
"aurora": {
"version_regex": r"^(\d+\.\d+(b\d+)?)$",
"requires_mirrors": True,
# TODO - when we use a real repo, rename this file # s/MozJamun/Mozbeta/
"patcher_config": "mozDevedition-branch-patcher2.cfg",
"patcher_config_product_override": "firefox",
"update_verify_channel": "aurora-localtest",
"mar_channel_ids": [],
"channel_names": ["aurora", "aurora-localtest", "aurora-cdntest"],
"rules_to_update": ["devedition-cdntest", "devedition-localtest"],
"publish_rules": [10],
}
},
"balrog_use_dummy_suffix": False,
"stage_product": "devedition",
"bouncer_product": "devedition",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment