build: upgrade circle/build into large class (more ram) (#21053)
PR Close #21053
This commit is contained in:
parent
c66283ad66
commit
83c1383701
|
@ -47,6 +47,7 @@ jobs:
|
|||
|
||||
build:
|
||||
<<: *job_defaults
|
||||
resource_class: large
|
||||
steps:
|
||||
- checkout:
|
||||
<<: *post_checkout
|
||||
|
|
|
@ -30,8 +30,6 @@ ts_web_test(
|
|||
bootstrap = [
|
||||
"//:web_test_bootstrap_scripts",
|
||||
],
|
||||
# "exclusive" - a work around for circle CI to prevent too many concurrent tests. :-()
|
||||
tags = ["exclusive"],
|
||||
# do not sort
|
||||
deps = [
|
||||
"//tools/testing:browser",
|
||||
|
|
|
@ -31,8 +31,6 @@ ts_web_test(
|
|||
bootstrap = [
|
||||
"//:web_test_bootstrap_scripts",
|
||||
],
|
||||
# "exclusive" - a work around for circle CI to prevent too many concurrent tests. :-()
|
||||
tags = ["exclusive"],
|
||||
# do not sort
|
||||
deps = [
|
||||
"//tools/testing:browser",
|
||||
|
|
|
@ -25,8 +25,6 @@ ts_web_test(
|
|||
"//:web_test_bootstrap_scripts",
|
||||
"//:angularjs",
|
||||
],
|
||||
# "exclusive" - a work around for circle CI to prevent too many concurrent tests. :-()
|
||||
tags = ["exclusive"],
|
||||
# do not sort
|
||||
deps = [
|
||||
"//tools/testing:browser",
|
||||
|
|
Loading…
Reference in New Issue