On Sat, 04 Feb 2023 03:09:08 -0300, Leonardo Brás wrote: ... > > Thank you Paul! > > It looks like my pipeline failed with: > > sched_setaffinity: Invalid argument > > Which got me to look for some info: > - The Gitlab-CI instances are all single-cpu. > > Which got me thinking: > - How would we be able to test code for Parallel Programming in a single cpu? I assume you are using a runner gitlab provides. If this is the case, according to the page at gitlab: https://docs.gitlab.com/ee/ci/runners/saas/linux_saas_runner.html , there are three machine types you can choose. - Small: 1 vCPU (default) - Medium: 2 vCPUs - Large: 4 vCPUs (not available for free subscription) Hope this helps. Thanks, Akira > > Well, I still haven't debugged all this, after I am sure this is the issue, I > will reach people from Gitlab and check if is there any solution for this. > > Best regards, > Leo