mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1259525 - release promotion - add staging mozilla-release configs to mozharness, DONTBUILD a=testing r=rail
MozReview-Commit-ID: 6VfvxSaaNO0 MozReview-Commit-ID: 7aJJcWgEdeh --HG-- rename : testing/mozharness/configs/releases/postrelease_release.py => testing/mozharness/configs/releases/dev_postrelease_firefox_release.py rename : testing/mozharness/configs/releases/updates_release.py => testing/mozharness/configs/releases/dev_updates_firefox_release.py rename : testing/mozharness/configs/releases/postrelease_release.py => testing/mozharness/configs/releases/postrelease_firefox_release.py rename : testing/mozharness/configs/releases/updates_release.py => testing/mozharness/configs/releases/updates_firefox_release.py rename : testing/mozharness/configs/single_locale/mozilla-release.py => testing/mozharness/configs/single_locale/dev-mozilla-release.py extra : rebase_source : 60b314b3dff468d98491cf107619515d646acd99
This commit is contained in:
parent
d06322ac66
commit
b4d512a2f0
@ -321,6 +321,70 @@ config = {
|
||||
# 'graphics': {}
|
||||
# 'holly': {},
|
||||
'jamun': {
|
||||
'update_channel': 'release-dev',
|
||||
'enable_release_promotion': 1,
|
||||
'platform_overrides': {
|
||||
'linux': {
|
||||
'src_mozconfig': 'browser/config/mozconfigs/linux32/release',
|
||||
},
|
||||
'linux-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64': {
|
||||
'src_mozconfig': 'browser/config/mozconfigs/linux64/release',
|
||||
},
|
||||
'linux64-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64-asan-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64-asan': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64-cc': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64-st-an-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64-st-an': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'linux64-tsan': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'macosx64': {
|
||||
'src_mozconfig': 'browser/config/mozconfigs/macosx-universal/release',
|
||||
},
|
||||
'macosx64-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'macosx64-st-an': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'macosx64-mulet': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'macosx64-st-an-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'win32': {
|
||||
'src_mozconfig': 'browser/config/mozconfigs/win32/release',
|
||||
},
|
||||
'win32-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'win32-mulet': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
'win64': {
|
||||
'src_mozconfig': 'browser/config/mozconfigs/win64/release',
|
||||
},
|
||||
'win64-debug': {
|
||||
'update_channel': 'default',
|
||||
},
|
||||
},
|
||||
'stage_server': 'upload.ffxbld.productdelivery.prod.mozaws.net',
|
||||
},
|
||||
'larch': {
|
||||
|
@ -0,0 +1,19 @@
|
||||
config = {
|
||||
"log_name": "bump_release_dev",
|
||||
"version_files": [
|
||||
{"file": "browser/config/version.txt"},
|
||||
{"file": "browser/config/version_display.txt"},
|
||||
{"file": "config/milestone.txt"},
|
||||
],
|
||||
"repo": {
|
||||
# jamun is used for staging mozilla-release
|
||||
"repo": "https://hg.mozilla.org/projects/jamun",
|
||||
"revision": "default",
|
||||
"dest": "jamun",
|
||||
"vcs": "hg",
|
||||
},
|
||||
"push_dest": "ssh://hg.mozilla.org/projects/jamun",
|
||||
"ignore_no_changes": True,
|
||||
"ssh_user": "ffxbld",
|
||||
"ssh_key": "~/.ssh/ffxbld_rsa",
|
||||
}
|
@ -15,8 +15,8 @@ config = {
|
||||
"ignore_no_changes": True,
|
||||
"ssh_user": "ffxbld",
|
||||
"ssh_key": "~/.ssh/ffxbld_rsa",
|
||||
"archive_domain": "mozilla-releng-beet-mover-dev.s3-website-us-west-2.amazonaws.com",
|
||||
"archive_prefix": "http://mozilla-releng-beet-mover-dev.s3-website-us-west-2.amazonaws.com/pub",
|
||||
"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": "http://ec2-54-241-39-23.us-west-1.compute.amazonaws.com",
|
||||
|
@ -0,0 +1,47 @@
|
||||
|
||||
config = {
|
||||
"log_name": "updates_release_dev",
|
||||
# TODO: use real repo
|
||||
"repo": {
|
||||
"repo": "https://hg.mozilla.org/users/raliiev_mozilla.com/tools",
|
||||
"revision": "default",
|
||||
"dest": "tools",
|
||||
"vcs": "hg",
|
||||
},
|
||||
# TODO: use real repo
|
||||
"push_dest": "ssh://hg.mozilla.org/users/raliiev_mozilla.com/tools",
|
||||
# jamun repo used for staging release
|
||||
"shipped-locales-url": "https://hg.mozilla.org/projects/jamun/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": "http://ec2-54-241-39-23.us-west-1.compute.amazonaws.com",
|
||||
"balrog_username": "stage-ffxbld",
|
||||
"update_channels": {
|
||||
"beta-dev": {
|
||||
"version_regex": r"^(\d+\.\d+(b\d+)?)$",
|
||||
"requires_mirrors": False,
|
||||
"patcher_config": "mozDate-branch-patcher2.cfg",
|
||||
"update_verify_channel": "beta-dev-localtest",
|
||||
"mar_channel_ids": [
|
||||
"firefox-mozilla-beta-dev", "firefox-mozilla-release-dev",
|
||||
],
|
||||
"channel_names": ["beta-dev", "beta-dev-localtest", "beta-dev-cdntest"],
|
||||
"rules_to_update": ["firefox-beta-dev-cdntest", "firefox-beta-dev-localtest"],
|
||||
},
|
||||
"release-dev": {
|
||||
"version_regex": r"^\d+\.\d+(\.\d+)?$",
|
||||
"requires_mirrors": True,
|
||||
"patcher_config": "mozJamun-branch-patcher2.cfg",
|
||||
"update_verify_channel": "release-dev-localtest",
|
||||
"mar_channel_ids": [],
|
||||
"channel_names": ["release-dev", "release-dev-localtest", "release-dev-cdntest"],
|
||||
"rules_to_update": ["firefox-release-dev-cdntest", "firefox-release-dev-localtest"],
|
||||
},
|
||||
},
|
||||
"balrog_use_dummy_suffix": False,
|
||||
}
|
@ -0,0 +1,40 @@
|
||||
config = {
|
||||
"branch": "jamun",
|
||||
"nightly_build": True,
|
||||
"update_channel": "release-dev",
|
||||
"latest_mar_dir": 'fake_kill_me',
|
||||
|
||||
# l10n
|
||||
"hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-release",
|
||||
|
||||
# repositories
|
||||
# staging release uses jamun
|
||||
"mozilla_dir": "jamun",
|
||||
"repos": [{
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"revision": "default",
|
||||
"dest": "tools",
|
||||
}, {
|
||||
"vcs": "hgtool",
|
||||
"repo": "https://hg.mozilla.org/projects/jamun",
|
||||
"revision": "default",
|
||||
"dest": "jamun",
|
||||
}, {
|
||||
"vcs": "hgtool",
|
||||
"repo": "https://hg.mozilla.org/build/compare-locales",
|
||||
"revision": "RELEASE_AUTOMATION"
|
||||
}],
|
||||
# purge options
|
||||
'purge_minsize': 12,
|
||||
'is_automation': True,
|
||||
'default_actions': [
|
||||
"clobber",
|
||||
"pull",
|
||||
"list-locales",
|
||||
"setup",
|
||||
"repack",
|
||||
"taskcluster-upload",
|
||||
"summary",
|
||||
],
|
||||
}
|
Loading…
Reference in New Issue
Block a user