Reland "Update GN configs for v8_perf target to allow running perf tests in swarming"
This is a reland of f0a9a6a5ad
Original change's description:
> Update GN configs for v8_perf target to allow running perf tests in swarming
>
> This will allow us to migrate our deprecated configs to android_docker.
>
> R=machenbach@chromium.org
>
> Bug: chromium:838864
> Change-Id: I5f7db648520847aa2077e9fc2a5970e63daa9a50
> Reviewed-on: https://chromium-review.googlesource.com/1131944
> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
> Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#54441}
R=machenbach@chromium.org
Bug: chromium:838864
Change-Id: I35e1ab911ac3b5ddd8478faae4799ed5d7bbccbf
Reviewed-on: https://chromium-review.googlesource.com/1139973
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54484}
This commit is contained in:
parent
39af2720d8
commit
b7206fbdfb
2
DEPS
2
DEPS
@ -51,6 +51,8 @@ deps = {
|
||||
Var('chromium_url') + '/chromium/src/third_party/jinja2.git' + '@' + 'b41863e42637544c2941b574c7877d3e1f663e25',
|
||||
'v8/third_party/markupsafe':
|
||||
Var('chromium_url') + '/chromium/src/third_party/markupsafe.git' + '@' + '8f45f5cfa0009d2a70589bcda0349b8cb2b72783',
|
||||
'v8/third_party/proguard':
|
||||
Var('chromium_url') + '/chromium/src/third_party/proguard.git' + '@' + 'eba7a98d98735b2cc65c54d36baa5c9b46fe4f8e',
|
||||
'v8/tools/swarming_client':
|
||||
Var('chromium_url') + '/infra/luci/client-py.git' + '@' + '9a518d097dca20b7b00ce3bdfc5d418ccc79893a',
|
||||
'v8/test/benchmarks/data':
|
||||
|
@ -49,17 +49,28 @@ group("v8_perf") {
|
||||
|
||||
data = [
|
||||
"../tools/run_perf.py",
|
||||
|
||||
# TODO(machenbach): These files are referenced by the perf runner.
|
||||
# They should be transformed into a proper python module.
|
||||
"../tools/testrunner/local/command.py",
|
||||
"../tools/testrunner/local/utils.py",
|
||||
"../tools/testrunner/objects/output.py",
|
||||
|
||||
# This is often used to trigger performance bots. We include it in the
|
||||
# isolate to not get these builds deduped.
|
||||
"../tools/whitespace.txt",
|
||||
"js-perf-test/",
|
||||
"memory/",
|
||||
]
|
||||
|
||||
if (is_android && !build_with_chromium) {
|
||||
data_deps += [ "../build/android:test_runner_py" ]
|
||||
|
||||
data += [
|
||||
# This is used by run_perf.py, but not included by test_runner_py above.
|
||||
"../third_party/catapult/devil/devil/android/perf/",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
group("v8_bot_default") {
|
||||
|
Loading…
Reference in New Issue
Block a user