[PATCH] tester: Limit simultaneous QEMU jobs to 1
Kinsey Moore
kinsey.moore at oarcorp.com
Mon Aug 30 18:32:36 UTC 2021
On 8/30/2021 12:12, Sebastian Huber wrote:
> On 24/08/2021 20:45, Kinsey Moore wrote:
>> diff --git a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini
>> b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini
>> index 3beba06..581c59c 100644
>> --- a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini
>> +++ b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini
>> @@ -36,3 +36,4 @@ bsp = a53_ilp32_qemu
>> arch = aarch64
>> tester = %{_rtscripts}/qemu.cfg
>> bsp_qemu_opts = %{qemu_opts_base} -serial mon:stdio -machine
>> virt,gic-version=3 -cpu cortex-a53 -m 4096
>> +jobs = 1
>
> Does this overwrite the command line option or is this a default value?
>
When this is set in the tester configuration, the command line switch
has no effect but it can be overridden in the user-config.
Kinsey
More information about the devel
mailing list