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
committed by Ben Lesh
parent 2e32d4ee17
commit bdbb2f9bfa
8 changed files with 12 additions and 8 deletions

View File

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

View File

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

View File

@ -18,6 +18,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",