mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
tests: use one spread worker for ubuntu-cloud-24.04
There's contention between running spread across many nodes, in chunks, in a CI/CD pipeline, and running spread on one machine, across many instances at the same time. The case with CI/CD needs one worker, as parallelism is provided by GitLab. The case with local spread needs many workers as parallelism is provided locally by spread allocating new instances. At present we need to focus on the CI/CD case. I have a plan on how to avoid the problem entirely down the line, by running multiple copies of spread locally, as if everything was done in a CI/CD pipeline. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> (cherry picked from commit dfa331dfff3a87472f5d25572792937ec0778a60) Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
6593912bef
commit
87d2513823
@ -66,7 +66,6 @@ backends:
|
|||||||
- ubuntu-cloud-24.04:
|
- ubuntu-cloud-24.04:
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
password: ubuntu
|
password: ubuntu
|
||||||
workers: 4
|
|
||||||
manual: true
|
manual: true
|
||||||
- ubuntu-cloud-24.10:
|
- ubuntu-cloud-24.10:
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user