зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1642708 - Stop running BinAST tests in automation r=perftest-reviewers,Bebe,sfink
Remove the BinAST tests from following jobs: - SM(p) - SM(cgc) Remove the BinAST performance tests: - binast-instagram Mark the WPT BinAST tests as backlog. Differential Revision: https://phabricator.services.mozilla.com/D77919
This commit is contained in:
Родитель
af8ed110e8
Коммит
c72c2a34d1
|
@ -7,11 +7,6 @@
|
|||
"JITTEST_EXTRA_ARGS": "--jitflags=debug --ignore-timeouts={DIR}/cgc-jittest-timeouts.txt",
|
||||
"JSTESTS_EXTRA_ARGS": "--exclude-file={DIR}/cgc-jstests-slow.txt"
|
||||
},
|
||||
"conditional-env": {
|
||||
"linux64": {
|
||||
"JITTEST_EXTRA_ARGS": "--jitflags=debug --ignore-timeouts={DIR}/cgc-jittest-timeouts.txt --run-binast"
|
||||
}
|
||||
},
|
||||
"skip-tests": {
|
||||
"win32": ["jstests"],
|
||||
"win64": ["jstests"]
|
||||
|
|
|
@ -3,10 +3,5 @@
|
|||
"optimize": true,
|
||||
"env": {
|
||||
"JSTESTS_EXTRA_ARGS": "--jitflags=jstests"
|
||||
},
|
||||
"conditional-env": {
|
||||
"linux64": {
|
||||
"JITTEST_EXTRA_ARGS": "--run-binast"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
"env": {
|
||||
"JSTESTS_EXTRA_ARGS": "--jitflags=debug"
|
||||
},
|
||||
"conditional-env": {
|
||||
"linux64": {
|
||||
"JITTEST_EXTRA_ARGS": "--run-binast"
|
||||
}
|
||||
},
|
||||
"conditional-configure-args": {
|
||||
"linux64": "--enable-clang-plugin"
|
||||
}
|
||||
|
|
|
@ -204,15 +204,6 @@ raptor-tp6:
|
|||
default: 2
|
||||
default: 2
|
||||
|
||||
raptor-tp6-binast-firefox:
|
||||
description: "Raptor Binast on Firefox"
|
||||
variants: ["fission"]
|
||||
try-name: raptor-tp6-binast
|
||||
treeherder-symbol: Rap(binast)
|
||||
mozharness:
|
||||
extra-options:
|
||||
- --test=raptor-tp6-binast-instagram-firefox
|
||||
|
||||
raptor-speedometer-firefox:
|
||||
description: "Raptor Speedometer on Firefox"
|
||||
variants: ["fission"]
|
||||
|
|
|
@ -77,7 +77,6 @@ talos-ref-hw:
|
|||
|
||||
raptor-firefox:
|
||||
- raptor-tp6
|
||||
- raptor-tp6-binast-firefox
|
||||
- raptor-speedometer-firefox
|
||||
- raptor-stylebench-firefox
|
||||
- raptor-motionmark-htmlsuite-firefox
|
||||
|
|
|
@ -103,14 +103,6 @@
|
|||
"filename": "mitm4-linux-firefox-imgur.zip",
|
||||
"unpack": true
|
||||
},
|
||||
{
|
||||
"size": 5501545,
|
||||
"visibility": "public",
|
||||
"digest": "a5c441b3ede7d7c0da2ed5414761929c17863e3bb03612a396fd40259eca767bd344ea1d64d2b7d3bea88aee75172406766b9bd4a7cd2c02d3b0a9a4993eb61b",
|
||||
"algorithm": "sha512",
|
||||
"filename": "mitm4-linux-firefox-instagram-binast.zip",
|
||||
"unpack": true
|
||||
},
|
||||
{
|
||||
"size": 4210445,
|
||||
"visibility": "public",
|
||||
|
|
|
@ -20,7 +20,6 @@ Tests for page-load performance. (WX: WebExtension, BT: Browsertime, FF: Firefox
|
|||
* google-slides (BT)
|
||||
* raptor-tp6-amazon (WX, FF, CH, CU)
|
||||
* raptor-tp6-apple (WX, FF, CH, CU)
|
||||
* raptor-tp6-binast-instagram-firefox (WX, FF)
|
||||
* raptor-tp6-bing (WX, FF, CH, CU)
|
||||
* raptor-tp6-docs (WX, FF, CH, CU)
|
||||
* raptor-tp6-ebay (WX, FF, CH, CU)
|
||||
|
|
|
@ -38,7 +38,6 @@ suites:
|
|||
raptor-tp6-pinterest: "WX, FF, CH, CU"
|
||||
raptor-tp6-paypal: "WX, FF, CH, CU"
|
||||
raptor-tp6-tumblr: "WX, FF, CH, CU"
|
||||
raptor-tp6-binast-instagram-firefox: "WX, FF"
|
||||
amazon: "BT"
|
||||
bing-search: "BT"
|
||||
facebook: "BT"
|
||||
|
|
|
@ -25,7 +25,6 @@ alert_on = fcp, loadtime
|
|||
|
||||
[include:desktop/amazon.ini]
|
||||
[include:desktop/apple.ini]
|
||||
[include:desktop/binast-instagram.ini]
|
||||
[include:desktop/bing-search.ini]
|
||||
[include:desktop/ebay.ini]
|
||||
[include:desktop/facebook.ini]
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# raptor tp6 binast-instagram
|
||||
|
||||
[DEFAULT]
|
||||
test_url = https://www.instagram.com/
|
||||
playback_recordings = instagram-binast.mp
|
||||
playback_pageset_manifest = mitm4-linux-firefox-instagram-binast.manifest
|
||||
|
||||
[raptor-tp6-binast-instagram-firefox]
|
||||
apps = firefox
|
||||
preferences = {"dom.script_loader.binast_encoding.enabled": true,
|
||||
"dom.script_loader.binast_encoding.domain.restrict.list": "*.instagram.com"}
|
||||
measure = fnbpaint, fcp, dcf, loadtime
|
|
@ -1,10 +0,0 @@
|
|||
[
|
||||
{
|
||||
"size": 5501545,
|
||||
"visibility": "public",
|
||||
"digest": "a5c441b3ede7d7c0da2ed5414761929c17863e3bb03612a396fd40259eca767bd344ea1d64d2b7d3bea88aee75172406766b9bd4a7cd2c02d3b0a9a4993eb61b",
|
||||
"algorithm": "sha512",
|
||||
"filename": "mitm4-linux-firefox-instagram-binast.zip",
|
||||
"unpack": true
|
||||
}
|
||||
]
|
|
@ -1 +1,2 @@
|
|||
implementation-status: backlog
|
||||
prefs: [dom.script_loader.binast_encoding.enabled:true]
|
||||
|
|
Загрузка…
Ссылка в новой задаче