[chore] Doubling the instance size used for CI (#20889)
* [chore] Doubling the instance size used for CI This is to compensate for increased memory usage for DB Tests running with -race
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
eb37139f16
Коммит
16ecdde0df
@@ -7,7 +7,7 @@ orbs:
|
|||||||
executors:
|
executors:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
working_directory: ~/mattermost/
|
working_directory: ~/mattermost/
|
||||||
resource_class: xlarge
|
resource_class: 2xlarge
|
||||||
machine:
|
machine:
|
||||||
image: "ubuntu-2004:202201-02"
|
image: "ubuntu-2004:202201-02"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user