Bug 1363742 - delete code that references mozilla-aurora in buildbot configs and taskcluster, r=kmoir (patch by spacurar)

This commit is contained in:
Alin Selagea 2017-06-20 15:09:11 +03:00
Родитель 375f5f7210
Коммит ea4cbaa443
6 изменённых файлов: 10 добавлений и 22 удалений

Просмотреть файл

@ -31,7 +31,7 @@ job-template:
by-build-platform:
macosx64-nightly: 8
default: 6
run-on-projects: ['mozilla-central', 'mozilla-aurora', 'mozilla-beta']
run-on-projects: ['mozilla-central', 'mozilla-beta']
ignore-locales:
by-build-platform:
# OSX has a special locale for japanese

Просмотреть файл

@ -1257,7 +1257,7 @@ talos-chrome:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:
@ -1282,7 +1282,7 @@ talos-dromaeojs:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:
@ -1307,7 +1307,7 @@ talos-g1:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 7200
e10s: true
mozharness:
@ -1334,7 +1334,7 @@ talos-g2:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
linux64-stylo-sequential/.*: ['try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
e10s: true
mozharness:
script: talos_script.py
@ -1358,7 +1358,7 @@ talos-g3:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:
@ -1383,7 +1383,7 @@ talos-g4:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:
@ -1435,7 +1435,7 @@ talos-other:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:
@ -1481,7 +1481,7 @@ talos-svgr:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:
@ -1506,7 +1506,7 @@ talos-tp5o:
run-on-projects:
by-test-platform:
linux64-stylo/.*: ['mozilla-central', 'try']
default: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
max-run-time: 3600
e10s: true
mozharness:

Просмотреть файл

@ -45,7 +45,6 @@ class TestTargetTasks(unittest.TestCase):
"""run_on_projects=[all] includes release, integration, and other projects"""
self.assertTrue(self.default_matches(['all'], 'mozilla-central'))
self.assertTrue(self.default_matches(['all'], 'mozilla-inbound'))
self.assertTrue(self.default_matches(['all'], 'mozilla-aurora'))
self.assertTrue(self.default_matches(['all'], 'baobab'))
def test_default_integration(self):

Просмотреть файл

@ -59,7 +59,6 @@ class MatchRunOnProjects(unittest.TestCase):
self.assertTrue(match_run_on_projects('autoland', ['all']))
self.assertTrue(match_run_on_projects('mozilla-inbound', ['all']))
self.assertTrue(match_run_on_projects('mozilla-central', ['all']))
self.assertTrue(match_run_on_projects('mozilla-aurora', ['all']))
self.assertTrue(match_run_on_projects('mozilla-beta', ['all']))
self.assertTrue(match_run_on_projects('mozilla-release', ['all']))
@ -69,7 +68,6 @@ class MatchRunOnProjects(unittest.TestCase):
self.assertFalse(match_run_on_projects('autoland', ['release']))
self.assertFalse(match_run_on_projects('mozilla-inbound', ['release']))
self.assertTrue(match_run_on_projects('mozilla-central', ['release']))
self.assertTrue(match_run_on_projects('mozilla-aurora', ['release']))
self.assertTrue(match_run_on_projects('mozilla-beta', ['release']))
self.assertTrue(match_run_on_projects('mozilla-release', ['release']))
@ -79,7 +77,6 @@ class MatchRunOnProjects(unittest.TestCase):
self.assertTrue(match_run_on_projects('autoland', ['integration']))
self.assertTrue(match_run_on_projects('mozilla-inbound', ['integration']))
self.assertFalse(match_run_on_projects('mozilla-central', ['integration']))
self.assertFalse(match_run_on_projects('mozilla-aurora', ['integration']))
self.assertFalse(match_run_on_projects('mozilla-beta', ['integration']))
self.assertFalse(match_run_on_projects('mozilla-integration', ['integration']))
@ -90,6 +87,5 @@ class MatchRunOnProjects(unittest.TestCase):
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-aurora', ['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']))

Просмотреть файл

@ -504,7 +504,6 @@ BRANCH_PRIORITIES = {
'comm-beta': 'high',
'mozilla-central': 'medium',
'comm-central': 'medium',
'mozilla-aurora': 'medium',
'comm-aurora': 'medium',
'autoland': 'low',
'mozilla-inbound': 'low',

Просмотреть файл

@ -40,7 +40,6 @@ This is a list of list-pairs, for ordering.
SIGNING_SCOPE_ALIAS_TO_PROJECT = [[
'all-nightly-branches', set([
'mozilla-central',
'mozilla-aurora',
])
], [
'all-release-branches', set([
@ -73,7 +72,6 @@ DEVEDITION_SIGNING_CERT_SCOPES = {
BEETMOVER_SCOPE_ALIAS_TO_PROJECT = [[
'all-nightly-branches', set([
'mozilla-central',
'mozilla-aurora',
'mozilla-beta',
'mozilla-release',
])
@ -136,10 +134,6 @@ BALROG_SCOPE_ALIAS_TO_PROJECT = [[
'nightly', set([
'mozilla-central',
])
], [
'aurora', set([
'mozilla-aurora',
])
], [
'beta', set([
'mozilla-beta',