ci: update to bazel 0.17 (#25967)

this includes support for @ character in labels, which we need for fine-grained deps

PR Close #25967
This commit is contained in:
Alex Eagle
2018-09-14 09:48:55 -07:00
parent 110c81f359
commit a77f567403
8 changed files with 13 additions and 9 deletions

View File

@ -17,6 +17,7 @@ ts_library(
jasmine_node_test(
name = "test",
timeout = "long", # 900 seconds
bootstrap = ["angular/tools/testing/init_node_spec.js"],
data = [
"//packages/common:npm_package",