Bug 1456379: Remove references to date branch; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D1028
This commit is contained in:
@@ -12,7 +12,6 @@ jobs:
|
||||
target-tasks-method: nightly_desktop
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
- date
|
||||
when:
|
||||
by-project:
|
||||
# Match buildbot starts for now
|
||||
@@ -27,7 +26,6 @@ jobs:
|
||||
target-tasks-method: nightly_linux
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
- date
|
||||
when: [] # never (hook only)
|
||||
|
||||
- name: nightly-desktop-osx
|
||||
@@ -37,7 +35,6 @@ jobs:
|
||||
target-tasks-method: nightly_macosx
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
- date
|
||||
when: [] # never (hook only)
|
||||
|
||||
- name: nightly-desktop-win32
|
||||
@@ -47,7 +44,6 @@ jobs:
|
||||
target-tasks-method: nightly_win32
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
- date
|
||||
when: [] # never (hook only)
|
||||
|
||||
- name: nightly-desktop-win64
|
||||
@@ -57,7 +53,6 @@ jobs:
|
||||
target-tasks-method: nightly_win64
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
- date
|
||||
when: [] # never (hook only)
|
||||
|
||||
- name: nightly-android
|
||||
@@ -67,7 +62,6 @@ jobs:
|
||||
target-tasks-method: nightly_fennec
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
- date
|
||||
when:
|
||||
by-project:
|
||||
# Match buildbot starts for now
|
||||
|
||||
@@ -458,7 +458,7 @@ class TaskClusterPartialsData(object):
|
||||
description="Query balrog for release history used by enable partials generation")
|
||||
@CommandArgument('-b', '--branch',
|
||||
help="The gecko project branch used in balrog, such as "
|
||||
"mozilla-central, release, date")
|
||||
"mozilla-central, release, maple")
|
||||
@CommandArgument('--product', default='Firefox',
|
||||
help="The product identifier, such as 'Firefox'")
|
||||
def generate_partials_builds(self, product, branch):
|
||||
|
||||
@@ -84,14 +84,14 @@ class MatchRunOnProjects(unittest.TestCase):
|
||||
self.assertFalse(match_run_on_projects('mozilla-integration', ['integration']))
|
||||
|
||||
def test_combo(self):
|
||||
self.assertTrue(match_run_on_projects('try', ['release', 'try', 'date']))
|
||||
self.assertFalse(match_run_on_projects('larch', ['release', 'try', 'date']))
|
||||
self.assertTrue(match_run_on_projects('date', ['release', 'try', 'date']))
|
||||
self.assertFalse(match_run_on_projects('autoland', ['release', 'try', 'date']))
|
||||
self.assertFalse(match_run_on_projects('mozilla-inbound', ['release', 'try', 'date']))
|
||||
self.assertTrue(match_run_on_projects('mozilla-central', ['release', 'try', 'date']))
|
||||
self.assertTrue(match_run_on_projects('mozilla-beta', ['release', 'try', 'date']))
|
||||
self.assertTrue(match_run_on_projects('mozilla-release', ['release', 'try', 'date']))
|
||||
self.assertTrue(match_run_on_projects('try', ['release', 'try', 'maple']))
|
||||
self.assertFalse(match_run_on_projects('larch', ['release', 'try', 'maple']))
|
||||
self.assertTrue(match_run_on_projects('maple', ['release', 'try', 'maple']))
|
||||
self.assertFalse(match_run_on_projects('autoland', ['release', 'try', 'maple']))
|
||||
self.assertFalse(match_run_on_projects('mozilla-inbound', ['release', 'try', 'maple']))
|
||||
self.assertTrue(match_run_on_projects('mozilla-central', ['release', 'try', 'maple']))
|
||||
self.assertTrue(match_run_on_projects('mozilla-beta', ['release', 'try', 'maple']))
|
||||
self.assertTrue(match_run_on_projects('mozilla-release', ['release', 'try', 'maple']))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
@@ -646,7 +646,6 @@ BRANCH_PRIORITIES = {
|
||||
'birch': 'very-low',
|
||||
'cedar': 'very-low',
|
||||
'cypress': 'very-low',
|
||||
'date': 'very-low',
|
||||
'elm': 'very-low',
|
||||
'fig': 'very-low',
|
||||
'gum': 'very-low',
|
||||
|
||||
@@ -217,9 +217,6 @@ config = {
|
||||
'repo_path': 'integration/autoland',
|
||||
},
|
||||
'ux': {},
|
||||
'date': {
|
||||
'update_channel': 'nightly-date',
|
||||
},
|
||||
'cypress': {
|
||||
# bug 1164935
|
||||
'branch_uses_per_checkin_strategy': True,
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"work_dir": ".",
|
||||
"log_name": "multilocale",
|
||||
"objdir": "obj-firefox",
|
||||
"locales_file": "build/mobile/locales/l10n-changesets.json",
|
||||
"locales_platform": "android-multilocale",
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US", "multi"],
|
||||
"repos": [{
|
||||
"repo": "https://hg.mozilla.org/date",
|
||||
"branch": "default",
|
||||
"dest": "build"
|
||||
},{
|
||||
"repo": "https://hg.mozilla.org/build/buildbot-configs",
|
||||
"branch": "production",
|
||||
"dest": "build/configs"
|
||||
},{
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"branch": "default",
|
||||
"dest": "tools"
|
||||
}],
|
||||
"vcs_share_base": "/builds/hg-shared",
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
"hg_l10n_tag": "default",
|
||||
"l10n_dir": "l10n-central",
|
||||
"mozilla_dir": "build",
|
||||
"mozconfig": "build/mobile/android/config/mozconfigs/android-armv6/nightly"
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"work_dir": ".",
|
||||
"log_name": "multilocale",
|
||||
"objdir": "obj-firefox",
|
||||
"locales_file": "build/mobile/locales/l10n-changesets.json",
|
||||
"locales_platform": "android-multilocale",
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US", "multi"],
|
||||
"repos": [{
|
||||
"repo": "https://hg.mozilla.org/date",
|
||||
"branch": "default",
|
||||
"dest": "build"
|
||||
},{
|
||||
"repo": "https://hg.mozilla.org/build/buildbot-configs",
|
||||
"branch": "production",
|
||||
"dest": "build/configs"
|
||||
},{
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"branch": "default",
|
||||
"dest": "tools"
|
||||
}],
|
||||
"vcs_share_base": "/builds/hg-shared",
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
"hg_l10n_tag": "default",
|
||||
"l10n_dir": "l10n-central",
|
||||
"mozilla_dir": "build",
|
||||
"mozconfig": "build/mobile/android/config/mozconfigs/android-x86/nightly"
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"work_dir": ".",
|
||||
"log_name": "multilocale",
|
||||
"objdir": "obj-firefox",
|
||||
"locales_file": "build/mobile/locales/l10n-changesets.json",
|
||||
"locales_platform": "android-multilocale",
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US", "multi"],
|
||||
"repos": [{
|
||||
"repo": "https://hg.mozilla.org/date",
|
||||
"branch": "default",
|
||||
"dest": "build"
|
||||
},{
|
||||
"repo": "https://hg.mozilla.org/build/buildbot-configs",
|
||||
"branch": "production",
|
||||
"dest": "build/configs"
|
||||
},{
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"branch": "default",
|
||||
"dest": "tools"
|
||||
}],
|
||||
"vcs_share_base": "/builds/hg-shared",
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
"hg_l10n_tag": "default",
|
||||
"l10n_dir": "l10n-central",
|
||||
"mozilla_dir": "build"
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "date",
|
||||
"en_us_binary_url": "http://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central",
|
||||
"update_channel": "nightly-date",
|
||||
|
||||
# l10n
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
|
||||
# mar
|
||||
"mar_tools_url": os.environ.get(
|
||||
"MAR_TOOLS_URL",
|
||||
# Buildbot l10n fetches from ftp rather than setting an environ var
|
||||
"http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/mar-tools/%(platform)s"
|
||||
),
|
||||
|
||||
# repositories
|
||||
"mozilla_dir": "date",
|
||||
"repos": [{
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"branch": "default",
|
||||
"dest": "tools",
|
||||
}, {
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/projects/date",
|
||||
"revision": "%(revision)s",
|
||||
"dest": "date",
|
||||
}],
|
||||
# purge options
|
||||
'is_automation': True,
|
||||
}
|
||||
@@ -1,88 +0,0 @@
|
||||
import os
|
||||
|
||||
BRANCH = "date"
|
||||
MOZILLA_DIR = BRANCH
|
||||
EN_US_BINARY_URL = "http://archive.mozilla.org/pub/" \
|
||||
"mobile/nightly/latest-date-android-api-16/en-US"
|
||||
|
||||
config = {
|
||||
"branch": BRANCH,
|
||||
"log_name": "single_locale",
|
||||
"objdir": "obj-firefox",
|
||||
"is_automation": True,
|
||||
"buildbot_json_path": "buildprops.json",
|
||||
"force_clobber": True,
|
||||
"clobberer_url": "https://api.pub.build.mozilla.org/clobberer/lastclobber",
|
||||
"locales_file": "%s/mobile/locales/l10n-changesets.json" % MOZILLA_DIR,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
'balrog_credentials_file': 'oauth.txt',
|
||||
"tools_repo": "https://hg.mozilla.org/build/tools",
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
},
|
||||
"repos": [{
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"branch": "default",
|
||||
"dest": "tools",
|
||||
}, {
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/projects/date",
|
||||
"revision": "%(revision)s",
|
||||
"dest": MOZILLA_DIR,
|
||||
}],
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
"hg_l10n_tag": "default",
|
||||
'vcs_share_base': "/builds/hg-shared",
|
||||
|
||||
"l10n_dir": "l10n-central",
|
||||
"repack_env": {
|
||||
# so ugly, bug 951238
|
||||
"LD_LIBRARY_PATH": "/lib:/tools/gcc-4.7.2-0moz1/lib:/tools/gcc-4.7.2-0moz1/lib64",
|
||||
"MOZ_OBJDIR": "obj-firefox",
|
||||
"EN_US_BINARY_URL": os.environ.get("EN_US_BINARY_URL", EN_US_BINARY_URL),
|
||||
"MOZ_UPDATE_CHANNEL": "nightly-date",
|
||||
},
|
||||
"upload_branch": "%s-android-api-16" % BRANCH,
|
||||
"ssh_key_dir": "~/.ssh",
|
||||
"mozilla_dir": MOZILLA_DIR,
|
||||
"mozconfig": "%s/mobile/android/config/mozconfigs/android-api-16/l10n-nightly" % MOZILLA_DIR,
|
||||
"signature_verification_script": "tools/release/signing/verify-android-signature.sh",
|
||||
"stage_product": "mobile",
|
||||
"platform": "android",
|
||||
|
||||
# Balrog
|
||||
"build_target": "Android_arm-eabi-gcc3",
|
||||
|
||||
# Mock
|
||||
"mock_target": "mozilla-centos6-x86_64-android",
|
||||
"mock_packages": ['autoconf213', 'python', 'zip', 'mozilla-python27-mercurial', 'git', 'ccache',
|
||||
'glibc-static', 'libstdc++-static', 'perl-Test-Simple', 'perl-Config-General',
|
||||
'gtk2-devel', 'libnotify-devel', 'yasm',
|
||||
'alsa-lib-devel', 'libcurl-devel',
|
||||
'wireless-tools-devel', 'libX11-devel',
|
||||
'libXt-devel', 'mesa-libGL-devel',
|
||||
'gnome-vfs2-devel', 'GConf2-devel', 'wget',
|
||||
'mpfr', # required for system compiler
|
||||
'xorg-x11-font*', # fonts required for PGO
|
||||
'imake', # required for makedepend!?!
|
||||
'gcc45_0moz3', 'gcc454_0moz1', 'gcc472_0moz1', 'gcc473_0moz1', 'yasm', 'ccache', # <-- from releng repo
|
||||
'valgrind', 'dbus-x11',
|
||||
'pulseaudio-libs-devel',
|
||||
'gstreamer-devel', 'gstreamer-plugins-base-devel',
|
||||
'freetype-2.3.11-6.el6_1.8.x86_64',
|
||||
'freetype-devel-2.3.11-6.el6_1.8.x86_64',
|
||||
'java-1.7.0-openjdk-devel',
|
||||
'openssh-clients',
|
||||
'zlib-devel-1.2.3-27.el6.i686',
|
||||
],
|
||||
"mock_files": [
|
||||
("/home/cltbld/.ssh", "/home/mock_mozilla/.ssh"),
|
||||
('/home/cltbld/.hgrc', '/builds/.hgrc'),
|
||||
('/builds/relengapi.tok', '/builds/relengapi.tok'),
|
||||
('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
|
||||
],
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
config = {
|
||||
"branch": "date",
|
||||
"nightly_build": True,
|
||||
"update_channel": "aurora", # devedition uses aurora based branding
|
||||
|
||||
# l10n
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
|
||||
# repositories
|
||||
# staging beta dev releases use date repo for now
|
||||
"mozilla_dir": "date",
|
||||
"repos": [{
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/build/tools",
|
||||
"branch": "default",
|
||||
"dest": "tools",
|
||||
}, {
|
||||
"vcs": "hg",
|
||||
"repo": "https://hg.mozilla.org/projects/date",
|
||||
"branch": "%(revision)s",
|
||||
"dest": "date",
|
||||
"clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
|
||||
}],
|
||||
# purge options
|
||||
'is_automation': True,
|
||||
'purge_minsize': 12,
|
||||
'default_actions': [
|
||||
"clobber",
|
||||
"pull",
|
||||
"clone-locales",
|
||||
"list-locales",
|
||||
"setup",
|
||||
"repack",
|
||||
"taskcluster-upload",
|
||||
"summary",
|
||||
],
|
||||
|
||||
"update_channel": "aurora",
|
||||
}
|
||||
Reference in New Issue
Block a user