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:
|
build:
|
||||||
<<: *job_defaults
|
<<: *job_defaults
|
||||||
|
resource_class: large
|
||||||
steps:
|
steps:
|
||||||
- checkout:
|
- checkout:
|
||||||
<<: *post_checkout
|
<<: *post_checkout
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue