build: upgrade circle/build into large class (more ram) (#21053)

PR Close #21053
This commit is contained in:
Miško Hevery 2017-12-19 10:39:04 -08:00 committed by Igor Minar
parent c66283ad66
commit 83c1383701
4 changed files with 1 additions and 6 deletions

View File

@ -47,6 +47,7 @@ jobs:
build: build:
<<: *job_defaults <<: *job_defaults
resource_class: large
steps: steps:
- checkout: - checkout:
<<: *post_checkout <<: *post_checkout

View File

@ -30,8 +30,6 @@ ts_web_test(
bootstrap = [ bootstrap = [
"//:web_test_bootstrap_scripts", "//:web_test_bootstrap_scripts",
], ],
# "exclusive" - a work around for circle CI to prevent too many concurrent tests. :-()
tags = ["exclusive"],
# do not sort # do not sort
deps = [ deps = [
"//tools/testing:browser", "//tools/testing:browser",

View File

@ -31,8 +31,6 @@ ts_web_test(
bootstrap = [ bootstrap = [
"//:web_test_bootstrap_scripts", "//:web_test_bootstrap_scripts",
], ],
# "exclusive" - a work around for circle CI to prevent too many concurrent tests. :-()
tags = ["exclusive"],
# do not sort # do not sort
deps = [ deps = [
"//tools/testing:browser", "//tools/testing:browser",

View File

@ -25,8 +25,6 @@ ts_web_test(
"//:web_test_bootstrap_scripts", "//:web_test_bootstrap_scripts",
"//:angularjs", "//:angularjs",
], ],
# "exclusive" - a work around for circle CI to prevent too many concurrent tests. :-()
tags = ["exclusive"],
# do not sort # do not sort
deps = [ deps = [
"//tools/testing:browser", "//tools/testing:browser",