build: using the xlarge resource class for zonejs tests on CI (#33148)
Fixes #33147 PR Close #33148
This commit is contained in:
parent
e2d5bc2514
commit
68f06c8dd6
|
@ -694,7 +694,9 @@ jobs:
|
||||||
command: ./scripts/ci/run_angular_material_unit_tests.sh
|
command: ./scripts/ci/run_angular_material_unit_tests.sh
|
||||||
|
|
||||||
test_zonejs:
|
test_zonejs:
|
||||||
executor: default-executor
|
executor:
|
||||||
|
name: default-executor
|
||||||
|
resource_class: xlarge
|
||||||
steps:
|
steps:
|
||||||
- custom_attach_workspace
|
- custom_attach_workspace
|
||||||
- init_environment
|
- init_environment
|
||||||
|
|
Loading…
Reference in New Issue