URL: https://github.com/freeipa/freeipa/pull/5750 Author: stanislavlevin Title: #5750: azure: Re-group test envs Action: opened
PR body: """ This is the experimental fix to workaround the issue with PKI component, which is sensitive to slow systems(at least, appropriate delays and timeouts should be adjusted for such).
Somehow Azure's test envs became slower then they were earlier (for example, CA subsystem start changed ~(20-30)sec -> ~(45-60)sec). This triggered various issues with subsystems of PKI.
To release CPU resources(Azure VM provides 2 cores, 1 thread per core) the extreme usage of swap was reduced to the limits provided by Azure(7Gb + 4Gb swap). Server/replica container consumes ~2Gb, client one ~0.5Gb.
Also this increases the number of Azure's Gating jobs from 4 to 6.
Related: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahoste... """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5750/head:pr5750 git checkout pr5750
URL: https://github.com/freeipa/freeipa/pull/5750 Author: stanislavlevin Title: #5750: azure: Re-group test envs Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5750/head:pr5750 git checkout pr5750
freeipa-devel@lists.fedorahosted.org