Page MenuHomePhabricator

New flavor for integration project for larger worker testing
Closed, ResolvedPublic

Description

Project Name: integration
Type of quota increase requested: flavor

Reason:

We are trying to figure out whether larger workers would speed up concurrent PHPUnit runs (T383254). The current baseline for integration agents is:

g4.cores8.ram24.disk20.ephemeral90.4xiops

After discussion with @bd808 and @thcipriani, we'd like to try a test instance which doubles CPU and RAM:

g4.cores16.ram48.disk20.ephemeral90.4xiops

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Add g4.cores16.ram48.disk20.ephemeral90.4xiops for integrationrepos/cloud/cloud-vps/tofu-infra!149bd808work/bd808/T383357main
Customize query in GitLab

Event Timeline

Andrew claimed this task.
Andrew subscribed.
root@cloudcontrol1006:~# OS_PROJECT_ID=integration openstack flavor list | grep g4.cores16.ram48.disk20.ephemeral90.4xiops
| 5a60d650-a88a-42f8-80f2-f47e556fa081 | g4.cores16.ram48.disk20.ephemeral90.4xiops | 49152 |   20 |        90 |    16 | False     |

Thanks for writing the patch, @bd808!