[cfe] Use cipd for benchmark data instead of the store

Change-Id: I2ec6cf0f76dee490b18bcdb6d4a85e523e068491
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/114842
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Dmitry Stefantsov <dmitryas@google.com>
This commit is contained in:
Dmitry Stefantsov 2019-08-29 08:52:43 +00:00 committed by commit-bot@chromium.org
parent 8667223d72
commit ab9cd54b1b

25
DEPS
View file

@ -448,6 +448,16 @@ deps = {
"dep_type": "cipd",
},
Var("dart_root") + "/pkg/front_end/test/fasta/types/benchmark_data": {
"packages": [
{
"package": "dart/cfe/benchmark_data",
"version": "sha1sum:4168b133ab7bce01c91311a8d4f25d4d6cb026f3",
}
],
"dep_type": "cipd",
},
# TODO(37531): Remove these cipd packages and build with sdk instead when
# benchmark runner gets support for that.
Var("dart_root") + "/benchmarks/FfiBoringssl/dart/native/out/": {
@ -516,21 +526,6 @@ hooks = [
Var('dart_root') + "/third_party/firefox_jsshell",
],
},
{
"name": "front_end_benchmark_data",
"pattern": ".",
"action": [
"download_from_google_storage",
"--no_auth",
"--no_resume",
"--bucket",
"dart-dependencies",
"--recursive",
"--extract",
"--directory",
Var('dart_root') + "/pkg/front_end/test/fasta/types",
],
},
{
# Pull Debian wheezy sysroot for i386 Linux
'name': 'sysroot_i386',