[infra] Switch co19 DEP to cipd

This means ~20000 files less need to be transferred to test shards.

TBR=whesse@google.com

Change-Id: Ic89e5c71e341dfa7872e82c1b1868df19480fd2f
Reviewed-on: https://dart-review.googlesource.com/c/90743
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2019-01-24 07:34:58 +00:00
parent c8e1e277e7
commit 957e194735
2 changed files with 27 additions and 18 deletions

30
DEPS
View file

@ -158,27 +158,27 @@ deps = {
"@" + Var("clang_format_scripts_rev"),
Var("dart_root") + "/tools/sdks": {
"packages": [
{
"package": "dart/dart-sdk/${{platform}}",
"version": "version:2.1.1-dev.1.0",
},
],
"packages": [{
"package": "dart/dart-sdk/${{platform}}",
"version": "version:2.1.1-dev.1.0",
}],
"dep_type": "cipd",
},
Var("dart_root") + "/third_party/d8": {
"packages": [
{
"package": "dart/d8",
"version": "version:6.9.427.23+1",
},
],
"packages": [{
"package": "dart/d8",
"version": "version:6.9.427.23+1",
}],
"dep_type": "cipd",
},
Var("dart_root") + "/tests/co19_2/src":
Var("dart_git") + "co19.git" +
"@" + Var("co19_2_rev"),
Var("dart_root") + "/tests/co19_2/src": {
"packages": [{
"package": "dart/third_party/co19",
"version": "git_revision:" + Var("co19_2_rev"),
}],
"dep_type": "cipd",
},
Var("dart_root") + "/third_party/zlib":
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +

View file

@ -23,7 +23,10 @@
"samples/",
"sdk/",
"tests/angular/",
"tests/co19_2/",
"tests/co19_2/co19_2-analyzer.status",
"tests/co19_2/co19_2-dart2js.status",
"tests/co19_2/co19_2-kernel.status",
"tests/co19_2/co19_2-runtime.status",
"tests/compiler/",
"tests/corelib_2/",
"tests/dart/",
@ -56,7 +59,10 @@
"samples/",
"sdk/",
"tests/angular/",
"tests/co19_2/",
"tests/co19_2/co19_2-analyzer.status",
"tests/co19_2/co19_2-dart2js.status",
"tests/co19_2/co19_2-kernel.status",
"tests/co19_2/co19_2-runtime.status",
"tests/compiler/",
"tests/corelib_2/",
"tests/dart/",
@ -140,7 +146,10 @@
"third_party/pkg_tested/",
"third_party/observatory_pub_packages/packages/",
"tests/angular/",
"tests/co19_2/",
"tests/co19_2/co19_2-analyzer.status",
"tests/co19_2/co19_2-dart2js.status",
"tests/co19_2/co19_2-kernel.status",
"tests/co19_2/co19_2-runtime.status",
"tests/compiler/",
"tests/corelib_2/",
"tests/dart/",