Skip to content

Commit ab9cd54

Browse files
Dmitry Stefantsovcommit-bot@chromium.org
authored andcommitted
[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 <[email protected]> Commit-Queue: Dmitry Stefantsov <[email protected]>
1 parent 8667223 commit ab9cd54

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

DEPS

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,16 @@ deps = {
448448
"dep_type": "cipd",
449449
},
450450

451+
Var("dart_root") + "/pkg/front_end/test/fasta/types/benchmark_data": {
452+
"packages": [
453+
{
454+
"package": "dart/cfe/benchmark_data",
455+
"version": "sha1sum:4168b133ab7bce01c91311a8d4f25d4d6cb026f3",
456+
}
457+
],
458+
"dep_type": "cipd",
459+
},
460+
451461
# TODO(37531): Remove these cipd packages and build with sdk instead when
452462
# benchmark runner gets support for that.
453463
Var("dart_root") + "/benchmarks/FfiBoringssl/dart/native/out/": {
@@ -516,21 +526,6 @@ hooks = [
516526
Var('dart_root') + "/third_party/firefox_jsshell",
517527
],
518528
},
519-
{
520-
"name": "front_end_benchmark_data",
521-
"pattern": ".",
522-
"action": [
523-
"download_from_google_storage",
524-
"--no_auth",
525-
"--no_resume",
526-
"--bucket",
527-
"dart-dependencies",
528-
"--recursive",
529-
"--extract",
530-
"--directory",
531-
Var('dart_root') + "/pkg/front_end/test/fasta/types",
532-
],
533-
},
534529
{
535530
# Pull Debian wheezy sysroot for i386 Linux
536531
'name': 'sysroot_i386',

0 commit comments

Comments
 (0)