Skip to content

Commit

Permalink
Bug 1567122 - Enable Fission for AWSY r=perftest-reviewers,stephendon…
Browse files Browse the repository at this point in the history
…ner,sparky,erahm

Differential Revision: https://phabricator.services.mozilla.com/D48660

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Marian Raiciof committed Nov 26, 2019
1 parent 1ca199f commit fd401a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/ci/config.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ treeherder:
'tt': 'Telemetry tests'
'tt-1proc': 'Telemetry tests without e10s'
'SY': 'Are we slim yet tests by TaskCluster'
'SY-fis': 'Are we slim yet tests by TaskCluster, fission enabled'
'SYsd': 'Are we slim yet tests by TaskCluster, Stylo disabled'
'SYss': 'Are we slim yet tests by TaskCluster, Stylo sequential'
'VP': 'VideoPuppeteer tests'
Expand Down
1 change: 1 addition & 0 deletions taskcluster/ci/test/awsy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ awsy:

awsy-tp6:
description: "Are we slim yet - tp6 pageset"
variants: ["fission"]
treeherder-symbol: SY(sy-tp6)
run-on-projects:
by-test-platform:
Expand Down
4 changes: 4 additions & 0 deletions testing/awsy/awsy/test_memory_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ def setupTp6(self):
# Indicate that we're using tp6 in the perf data.
self._extra_opts = ["tp6"]

if self.marionette.get_pref('fission.autostart') or \
self.marionette.get_pref('"fission.autostart"'):
self._extra_opts.append("fission-enabled")

# Now we setup the mitm proxy with our tp6 pageset.
tp6_pageset_manifest = os.path.join(AWSY_PATH, 'tp6-pageset.manifest')
config = {
Expand Down

0 comments on commit fd401a7

Please sign in to comment.